[][src]Crate deadpool_memcached

Deadpool for Memcache

Deadpool is a dead simple async pool for connections and objects of any type.

This crate implements a deadpool manager for async-memcached. We specifically force users to connect via TCP as there is no existing mechanism to parameterize how to deal with different unerlying connection types at the moment.

Structs

Manager

The manager for creating and recyling memcache connections

Type Definitions

Connection

A type alias for using deadpool::Object with async-memcached

Pool

A type alias for using deadpool::Pool with async-memcached

PoolError

A type alias for using deadpool::PoolError with async-memcached