[][src]Crate mobc_redis

Re-exports

pub use redis;

Structs

Connection

Represents a stateful redis TCP connection.

RedisConnectionManager

Traits

AsyncCommands

Implements common redis commands over asynchronous connections. This allows you to send commands straight to a connection or client.