Trait backend::pool::DeadManager[][src]

pub trait DeadManager: Manager + Sized + Send + Sync + 'static {
    fn new(config: &Config) -> Result<Self, Self::Error>;
}
Expand description

Manager used for managing redis connection pool.

Required methods

Implementations on Foreign Types

Implementors