Re-exports§
pub use redis;
Structs§
- Connection
- Wrapper around
redis::aio::MultiplexedConnection. - Manager
Managerfor creating and recyclingredisconnections.- 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::Poolwithredis.