[][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.

error

Error handling types.

metrics

Size and latency metrics types.

owned

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

prelude

A helper module to re-export several common dependencies.

types

Configuration options, return value types, etc.