Pool

Type Alias Pool 

Source
pub type Pool = Pool<Manager, Connection>;
Available on crate feature cluster only.
Expand description

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

Aliased Typeยง

pub struct Pool { /* private fields */ }