pub type ConnectionPool = Pool<Client>;
Type alias for the Redis connection pool.
struct ConnectionPool(/* private fields */);