Type Alias Pool

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

Type alias for using deadpool::managed::Pool with redis.

Aliased Typeยง

struct Pool { /* private fields */ }