Re-exports§
pub extern crate redis;
Structs§
- Command
- Basic command that can be sent to Redis client
The redis crate is re-exposed to make use of
redis::cmd()
function to generate commands - Redis
Executor Sync - Actor to give to Actix to do the background processing of Redis messages
Enums§
- Actix
Redis Client Error - Error type
Type Aliases§
- Actix
Redis Client Result - Result type