退出wto的国家:python-memcached: Python API for memcached

来源:百度文库 编辑:九乡新闻网 时间:2024/10/06 16:26:38

python-memcached

Introduction

This is a Python based API (implemented in 100% python) forcommunicating with the memcacheddistributed memory object cache daemon.

This code is based off the code written by Evan Martin ofDanga. SeanReifschneider of tummy.com, ltd. has taken over maintenance of the code.

Bugs/Help

For bugs, patches, or help, please use the the python-memcacheLaunchpad page.

Download

FTP: ftp://ftp.tummy.com/pub/python-memcached/python-memcached-latest.tar.gz

Alternatives

Gijsbert de Haan has implemented apythonextension wrapping the C libmemcached. While faster and closermatching of the features available from the daemon, it also requiresbuilding against both the Python C API and the libmemcached API.

Requirements

Python: a current version (2.0+)to work. You can get source (and binaries for selected systems) fromwww.python.org.

License

python-memcached is licensed under the Python license.