Crate redis_glue[][src]

Redis Client/Connection manager that can handle both single and clustered Redis Instances

Re-exports

pub use redis;

Structs

Redis

A Redis Client Object that encapsulates RedisClient and RedisConnection. Use this when you need a Redis Client

Enums

RedisClient

Client Configuration that can be used to get new connection shuld RedisConnection fail

RedisConfig

Client configuration

RedisConnection

Redis connection - manages both single and clustered deployments