[][src]Crate redis_r2d2

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.