ShardedRedisPool

Undocumented in source.

Constructors

this
this(GenericObjectPoolConfig poolConfig, List!(RedisShardInfo) shards)
Undocumented in source.
this
this(GenericObjectPoolConfig poolConfig, List!(RedisShardInfo) shards, Hashing algo)
Undocumented in source.
this
this(GenericObjectPoolConfig poolConfig, List!(RedisShardInfo) shards, Pattern keyTagPattern)
Undocumented in source.
this
this(GenericObjectPoolConfig poolConfig, List!(RedisShardInfo) shards, Hashing algo, Pattern keyTagPattern)
Undocumented in source.

Members

Functions

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

Meta