Module fred::pool[][src]

Expand description

Client pooling structs.

Structs

A struct to pool multiple Redis clients together into one interface that will round-robin requests among clients, preferring clients with an active connection if specified.

A struct to pool multiple Redis clients together into one interface that will round-robin requests among clients, preferring clients with an active connection if specified.