[][src]Module reool::multi_node_pool

A connection pool for connecting to the nodes of a replica set

Structs

Builder

A builder for a MultiNodePool

Config

A configuration for creating a MultiNodePool.

MultiNodePool

A connection pool that maintains multiple connections to a multiple Redis instances. All the instances should be part of the same replica set. You should only perform read operations on the connections received from this kind of pool.

ValueTracker