[][src]Crate bb8_redis

Redis support for the bb8 connection pool.

Re-exports

pub extern crate bb8;
pub extern crate redis;

Structs

RedisConnectionManager

A bb8::ManageConnection for redis::async::Connections.

RedisPool

RedisPool is a convenience wrapper around bb8::Pool that hides the fact that RedisConnectionManager uses an Option<Connection> to smooth over the API incompatibility.