[][src]Type Definition redis_async_pool::RedisPool

type RedisPool = Pool<RedisConnection, RedisError>;

The redis connection pool

Use the new method to create a new pool. You can find more information in the documentation of the deadpool crate.