RedisSlotBasedConnectionHandler

Undocumented in source.

Constructors

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

Members

Functions

getConnection
Redis getConnection()
Undocumented in source. Be warned that the author may not have intended to support it.
getConnectionFromSlot
Redis getConnectionFromSlot(int slot)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From RedisClusterConnectionHandler

cache
RedisClusterInfoCache cache;
Undocumented in source.
getConnection
Redis getConnection()
Undocumented in source.
getConnectionFromSlot
Redis getConnectionFromSlot(int slot)
Undocumented in source.
getConnectionFromNode
Redis getConnectionFromNode(HostAndPort node)
Undocumented in source. Be warned that the author may not have intended to support it.
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.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta