/python-libmemcached

python-libmemcached is a python extention for libmemcached (DEPRECATED, use https://github.com/douban/libmc instead)

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

python-libmemcached

THE PROJECT IS DEPRECATED, please refer to https://github.com/douban/libmc instead

1.It needs libmemcached >=1.0.2 (touch support), patched with behavior.patch, empty_string.patch, touch_expire.patch 2.If you use the python whose version is < 2.5, you should modify the Py_ssize_t definition.