[][src]Module fred::pool

A module to pool multiple Redis clients via one interface that will round-robin requests among clients in the pool.

Structs

NewRedisPool

The result of creating a new RedisPool from a RedisConfig.

RedisPool

A module to pool multiple Redis clients together into one interface that will round-robin requests among clients. RedisClient functions can be called on the pool as if it were an individual client.