[][src]Crate r2d2_redis

Redis support for the r2d2 connection pool.

Re-exports

pub extern crate r2d2;
pub extern crate redis;

Structs

RedisConnectionManager

An r2d2::ConnectionManager for redis::Clients.

Enums

Error

A unified enum of errors returned by redis::Client