Crate cal_redis

Source

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§

account
cache
common
constants
helpers
local_cache
proxy
redis_cache
redis_ops
region
user

Structs§

MultiplexedConnection
A connection object which can be cloned, allowing requests to be be sent concurrently on the same underlying connection (tcp/unix socket).
RedisError
Represents a redis error.

Traits§

AsyncCommands
Implements common redis commands over asynchronous connections.