pub type Pool = Pool<Manager, Connection>;Expand description
Pooled Redis connection handle, re-exported for callers that build stores
directly with RedisSessionStore::new and friends.
Type alias for using deadpool::managed::Pool with redis.
Aliased Typeยง
pub struct Pool { /* private fields */ }