python-memcached2

python-memcached2 is a next-generation implementation re-implementation of the python-memcached module. The primary goals are to get rid of some baggage, improve testability/maintainability/performance, and support Python 3. This codebase is regularly tested against Python 2.7 and Python 3.3.

The high level interface is dict-like: ExceptionsAreMissesMapping. It looks much like a dictionary but the back-end storage is memcache servers.

The low level Memcache class is complete and documented, see Memcache Examples for examples of use.

Indices and tables