RedisCluster.this

Undocumented in source.
  1. this(HostAndPort node)
  2. this(HostAndPort node, int timeout)
  3. this(HostAndPort node, int timeout, int maxAttempts)
  4. this(HostAndPort node, GenericObjectPoolConfig poolConfig)
  5. this(HostAndPort node, int timeout, GenericObjectPoolConfig poolConfig)
  6. this(HostAndPort node, int timeout, int maxAttempts, GenericObjectPoolConfig poolConfig)
  7. this(HostAndPort node, int connectionTimeout, int soTimeout, int maxAttempts, GenericObjectPoolConfig poolConfig)
  8. this(HostAndPort node, int connectionTimeout, int soTimeout, int maxAttempts, string password, GenericObjectPoolConfig poolConfig)
  9. this(HostAndPort node, int connectionTimeout, int soTimeout, int maxAttempts, string password, string clientName, GenericObjectPoolConfig poolConfig)
  10. this(Set!(HostAndPort) nodes)
  11. this(Set!(HostAndPort) nodes, int timeout)
  12. this(Set!(HostAndPort) nodes, int timeout, int maxAttempts)
  13. this(Set!(HostAndPort) nodes, GenericObjectPoolConfig poolConfig)
  14. this(Set!(HostAndPort) nodes, int timeout, GenericObjectPoolConfig poolConfig)
  15. this(Set!(HostAndPort) redisClusterNode, int timeout, int maxAttempts, GenericObjectPoolConfig poolConfig)
    class RedisCluster
    this
    (,,,
    GenericObjectPoolConfig poolConfig
    )
  16. this(Set!(HostAndPort) redisClusterNode, int connectionTimeout, int soTimeout, int maxAttempts, GenericObjectPoolConfig poolConfig)
  17. this(Set!(HostAndPort) redisClusterNode, int connectionTimeout, int soTimeout, int maxAttempts, string password, GenericObjectPoolConfig poolConfig)
  18. this(Set!(HostAndPort) redisClusterNode, int connectionTimeout, int soTimeout, int maxAttempts, string password, string clientName, GenericObjectPoolConfig poolConfig)

Meta