WeakPool

Type Alias WeakPool 

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

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

Aliased Typeยง

pub struct WeakPool { /* private fields */ }