[][src]Crate fred

Re-exports

pub use client::RedisClient;

Modules

borrowed

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

client

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

error

Error handling types.

metrics

Size and latency metrics types.

owned

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

pool

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

prelude

A helper module to re-export several common dependencies.

types

Configuration options, return value types, etc.