RedisPool

class RedisPool : RedisPoolAbstract {}

Constructors

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

Members

Aliases

initPool
alias initPool = RedisPoolAbstract.initPool
Undocumented in source.

Functions

getResource
Redis getResource()
Undocumented in source. Be warned that the author may not have intended to support it.
initPool
void initPool(RedisPoolConfig config)
Undocumented in source. Be warned that the author may not have intended to support it.
returnBrokenResource
void returnBrokenResource(Redis resource)
Undocumented in source. Be warned that the author may not have intended to support it.
returnResource
void returnResource(Redis resource)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From RedisPoolAbstract

returnBrokenResource
void returnBrokenResource(Redis resource)
Undocumented in source. Be warned that the author may not have intended to support it.
returnResource
void returnResource(Redis resource)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta