Crate actix_redis_client

Source

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
RedisExecutorSync
Actor to give to Actix to do the background processing of Redis messages

Enums§

ActixRedisClientError
Error type

Type Aliases§

ActixRedisClientResult
Result type