Re-exports§
pub use account::*;
pub use region::*;
pub use cache::*;
pub use proxy::*;
pub use user::*;
pub use redis_ops::*;
pub use constants::*;
pub use helpers::*;
Modules§
Structs§
- Multiplexed
Connection - A connection object which can be cloned, allowing requests to be be sent concurrently on the same underlying connection (tcp/unix socket).
- Redis
Error - Represents a redis error.
Traits§
- Async
Commands - Implements common redis commands over asynchronous connections.