[][src]Crate bb8_memcached

Re-exports

pub use bb8;
pub use memcache_async;

Structs

MemcacheConnectionManager

A bb8::ManageConnection for memcache_async::ascii::Protocol.

MemcachePool

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