Type Alias deadpool_redis::sentinel::Pool

source ·
pub type Pool = Pool<Manager, Connection>;
Expand description

Type alias for using deadpool::managed::Pool with [redis_sentinel].

Aliased Type§

struct Pool { /* private fields */ }