Re-exports§
pub use redis;
Structs§
- Connection
- Wrapper around
redis::aio::MultiplexedConnection
. - Manager
Manager
for creating and recyclingredis
connections.- Redis
Client - Wrapper for pooled Redis client.
- Redis
Client Repo - Redis Client Repository.
- Redis
Client Repo Error
Traits§
Functions§
Type Aliases§
- Pool
- Type alias for using
deadpool::managed::Pool
withredis
.