RedisCluster.this
- this(HostAndPort node)
- this(HostAndPort node, int timeout)
- this(HostAndPort node, int timeout, int maxAttempts)
- this(HostAndPort node, GenericObjectPoolConfig poolConfig)
- this(HostAndPort node, int timeout, GenericObjectPoolConfig poolConfig)
- this(HostAndPort node, int timeout, int maxAttempts, GenericObjectPoolConfig poolConfig)
- this(HostAndPort node, int connectionTimeout, int soTimeout, int maxAttempts, GenericObjectPoolConfig poolConfig)
- this(HostAndPort node, int connectionTimeout, int soTimeout, int maxAttempts, string password, GenericObjectPoolConfig poolConfig)
- this(HostAndPort node, int connectionTimeout, int soTimeout, int maxAttempts, string password, string clientName, GenericObjectPoolConfig poolConfig)
- this(Set!(HostAndPort) nodes)
- this(Set!(HostAndPort) nodes, int timeout)
- this(Set!(HostAndPort) nodes, int timeout, int maxAttempts)
- this(Set!(HostAndPort) nodes, GenericObjectPoolConfig poolConfig)
- this(Set!(HostAndPort) nodes, int timeout, GenericObjectPoolConfig poolConfig)
- this(Set!(HostAndPort) redisClusterNode, int timeout, int maxAttempts, GenericObjectPoolConfig poolConfig)
- this(Set!(HostAndPort) redisClusterNode, int connectionTimeout, int soTimeout, int maxAttempts, GenericObjectPoolConfig poolConfig)
- this(Set!(HostAndPort) redisClusterNode, int connectionTimeout, int soTimeout, int maxAttempts, string password, GenericObjectPoolConfig poolConfig)
- this(Set!(HostAndPort) redisClusterNode, int connectionTimeout, int soTimeout, int maxAttempts, string password, string clientName, GenericObjectPoolConfig poolConfig)