Type Alias deadpool_redis::Pool

source ·
pub type Pool = Pool<Manager, Connection>;
Expand description

Type alias for using deadpool::managed::Pool with redis.

Aliased Type§

struct Pool { /* private fields */ }