RedisFactory

PoolableObjectFactory custom impl.

Constructors

this
this(string host, int port, int connectionTimeout, int soTimeout, string password, int database, string clientName)
Undocumented in source.
this
this(HttpURI uri, int connectionTimeout, int soTimeout, string clientName)
Undocumented in source.

Members

Functions

activateObject
void activateObject(IPooledObject pooledRedis)
Undocumented in source. Be warned that the author may not have intended to support it.
destroyObject
void destroyObject(IPooledObject pooledRedis)
Undocumented in source. Be warned that the author may not have intended to support it.
makeObject
IPooledObject makeObject()
Undocumented in source. Be warned that the author may not have intended to support it.
passivateObject
void passivateObject(IPooledObject pooledRedis)
Undocumented in source. Be warned that the author may not have intended to support it.
setHostAndPort
void setHostAndPort(HostAndPort hostAndPort)
Undocumented in source. Be warned that the author may not have intended to support it.
validateObject
bool validateObject(IPooledObject pooledRedis)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta