RedisPool.this

Undocumented in source.
  1. this()
  2. this(RedisPoolConfig config)
  3. this(GenericObjectPoolConfig poolConfig, string host)
  4. this(string host, int port)
  5. this(string host)
  6. this(HttpURI uri)
  7. this(HttpURI uri, int timeout)
  8. this(GenericObjectPoolConfig poolConfig, string host, int port, int timeout, string password)
  9. this(GenericObjectPoolConfig poolConfig, string host, int port, int timeout, string password, bool ssl)
  10. this(GenericObjectPoolConfig poolConfig, string host, int port)
  11. this(GenericObjectPoolConfig poolConfig, string host, int port, bool ssl)
  12. this(GenericObjectPoolConfig poolConfig, string host, int port, int timeout)
  13. this(GenericObjectPoolConfig poolConfig, string host, int port, int timeout, bool ssl)
  14. this(GenericObjectPoolConfig poolConfig, string host, int port, int timeout, string password, int database)
  15. this(GenericObjectPoolConfig poolConfig, string host, int port, int timeout, string password, int database, bool ssl)
  16. this(GenericObjectPoolConfig poolConfig, string host, int port, int timeout, string password, int database, string clientName)
  17. this(GenericObjectPoolConfig poolConfig, string host, int port, int timeout, string password, int database, string clientName, bool ssl)
  18. this(GenericObjectPoolConfig poolConfig)
  19. this(string host, int port, bool ssl)
  20. this(GenericObjectPoolConfig poolConfig, string host, int port, int connectionTimeout, int soTimeout, string password, int database, string clientName)
  21. this(GenericObjectPoolConfig poolConfig, string host, int port, int connectionTimeout, int soTimeout, string password, int database, string clientName, bool ssl)
    class RedisPool
    this
    (
    GenericObjectPoolConfig poolConfig
    ,
    string host
    ,
    int port
    ,,,
    string password
    ,,
    string clientName
    ,
    bool ssl
    )
  22. this(GenericObjectPoolConfig poolConfig, HttpURI uri)
  23. this(GenericObjectPoolConfig poolConfig, HttpURI uri, int timeout)
  24. this(GenericObjectPoolConfig poolConfig, HttpURI uri, int connectionTimeout, int soTimeout)

Meta