Type Definition deadpool_redis::Pool
source · 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
.