[][src]Crate redis_actor

Re-exports

pub use self::bb8_redis::bb8;

Modules

bb8_redis

Structs

RedisActor
RedisConnectionManager

A bb8::ManageConnection for redis::Client::get_async_connection.

RedisError

Represents a redis error. For the most part you should be using the Error trait to interact with this rather than the actual struct.

Enums

ErrorKind

An enum of all error kinds.

RedisCmd
RedisValue

Internal low-level redis value enum.

Traits

ToRedisArgs

Used to convert a value into one or multiple redis argument strings. Most values will produce exactly one item but in some cases it might make sense to produce more than one.

Functions

cmd

Shortcut function to creating a command with a single argument.

Type Definitions

RedisResult

Library generic result type.