Crate fred[][src]

Expand description

Re-exports

pub use client::RedisClient;

Modules

An interface for the RedisClient that borrows self on each command.

The RedisClient implementation. See the borrowed and owned modules for most of the Redis command implementations.

Error handling types.

Size and latency metrics types.

An interface for the RedisClient that takes ownership over self with each command.

A module to pool multiple Redis clients via one interface that will round-robin requests among clients in the pool.

A helper module to re-export several common dependencies.

Configuration options, return value types, etc.