[][src]Crate tokio_redis_pool

Structs

Builder
CheckOutFuture

A Future that will yield a resource from the pool on completion.

RecycleFuture
RedisCheckOut

A check out of a Redis connection from the pool.

RedisManager

Manages the lifecycle of connections to a single Redis server.

Type Definitions

RedisPool

A resource Pool specialized for Redis connections.