Expand description
Abstraction over Redis caches.
By default, this library only implements an empty noop client. With the impl
feature, the
actual Redis client is implemented.
Re-exports§
pub use redis;
Structs§
- Redis
Client Stats - Statistics about the Redis client’s connection client state.
- Redis
Clients - A collection of Redis clients used by Relay for different purposes.
- Redis
Config Options - Additional configuration options for a redis client.
- Redis
Scripts - A collection of static methods to load predefined Redis scripts.
Enums§
- Async
Redis Client - A connection client that can manage either a single Redis instance or a Redis cluster.
- Async
Redis Connection - A connection to either a single Redis instance or a Redis cluster.
- Redis
Error - An error type that represents various failure modes when interacting with Redis.