Crate tokio_redis_pool

Source

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 Aliases§

RedisPool
A resource Pool specialized for Redis connections.