Type Definition deadpool_redis::Pool [−][src]
pub type Pool = Pool<Manager, Connection>;Expand description
Type alias for using deadpool::managed::Pool with redis.
pub type Pool = Pool<Manager, Connection>;Type alias for using deadpool::managed::Pool with redis.