RedisPool.this
- this()
- this(RedisPoolConfig config)
- this(GenericObjectPoolConfig poolConfig, string host)
- this(string host, int port)
- this(string host)
- this(HttpURI uri)
- this(HttpURI uri, int timeout)
- this(GenericObjectPoolConfig poolConfig, string host, int port, int timeout, string password)
- this(GenericObjectPoolConfig poolConfig, string host, int port, int timeout, string password, bool ssl)
- this(GenericObjectPoolConfig poolConfig, string host, int port)
- this(GenericObjectPoolConfig poolConfig, string host, int port, bool ssl)
- this(GenericObjectPoolConfig poolConfig, string host, int port, int timeout)
- this(GenericObjectPoolConfig poolConfig, string host, int port, int timeout, bool ssl)
- this(GenericObjectPoolConfig poolConfig, string host, int port, int timeout, string password, int database)
- this(GenericObjectPoolConfig poolConfig, string host, int port, int timeout, string password, int database, bool ssl)
- this(GenericObjectPoolConfig poolConfig, string host, int port, int timeout, string password, int database, string clientName)
- this(GenericObjectPoolConfig poolConfig, string host, int port, int timeout, string password, int database, string clientName, bool ssl)
- this(GenericObjectPoolConfig poolConfig)
- this(string host, int port, bool ssl)
- this(GenericObjectPoolConfig poolConfig, string host, int port, int connectionTimeout, int soTimeout, string password, int database, string clientName)
- this(GenericObjectPoolConfig poolConfig, string host, int port, int connectionTimeout, int soTimeout, string password, int database, string clientName, bool ssl)
- this(GenericObjectPoolConfig poolConfig, HttpURI uri)
- this(GenericObjectPoolConfig poolConfig, HttpURI uri, int timeout)
- this(GenericObjectPoolConfig poolConfig, HttpURI uri, int connectionTimeout, int soTimeout)