Type Alias deadpool_redis::cluster::Pool
source · pub type Pool = Pool<Manager, Connection>;
Expand description
Type alias for using deadpool::managed::Pool
with [redis_cluster
].
Aliased Type§
struct Pool { /* private fields */ }