|
|
python-libmemcached is a python wrapper for libmemcached.
Dependence
- libmemcached 0.17+
- python 2.5+
- Pyrex 0.9.4+
Install
1.Make sure to install libmemcached 0.17+ first .Then download python-libmemcached-0.13.1.tgz,extract it(tar xzf python-libmemcached-0.13.1.tgz),get the directory python-libmemcached
cd python-libmemcached ; python setup.py build sudo python setup.py install
2.Test
python benchmark.py
