Crate actix_redis_client[][src]

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 Definitions

ActixRedisClientResult

Result type