RedisClusterConnectionHandler

Undocumented in source.

Constructors

this
this(HostAndPort[] nodes, RedisPoolOptions poolConfig)
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
getConnection
Redis getConnection()
Undocumented in source.
getConnectionFromNode
Redis getConnectionFromNode(HostAndPort node)
Undocumented in source. Be warned that the author may not have intended to support it.
getConnectionFromSlot
Redis getConnectionFromSlot(int slot)
Undocumented in source.
getNodes
Map!(string, RedisPool) getNodes()
Undocumented in source. Be warned that the author may not have intended to support it.
renewSlotCache
void renewSlotCache()
Undocumented in source. Be warned that the author may not have intended to support it.
renewSlotCache
void renewSlotCache(Redis redis)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cache
RedisClusterInfoCache cache;
Undocumented in source.

Meta