Type Definition deadpool_redis::PoolBuilder
source · pub type PoolBuilder = PoolBuilder<Manager, Connection>;
Expand description
Type alias for using deadpool::managed::PoolBuilder
with redis
.
pub type PoolBuilder = PoolBuilder<Manager, Connection>;
Type alias for using deadpool::managed::PoolBuilder
with redis
.