https://github.com/schmichael/python-libmemcached
python-libmemcached fork with pre-generated C file to remove Pyrex dependency
https://github.com/schmichael/python-libmemcached
Last synced: 9 months ago
JSON representation
python-libmemcached fork with pre-generated C file to remove Pyrex dependency
- Host: GitHub
- URL: https://github.com/schmichael/python-libmemcached
- Owner: schmichael
- License: bsd-3-clause
- Created: 2010-11-30T01:21:47.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-11-30T01:30:37.000Z (over 15 years ago)
- Last Synced: 2025-03-21T03:28:00.122Z (about 1 year ago)
- Language: Python
- Homepage: http://code.google.com/p/python-libmemcached/
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
1.It needs libmemcached 0.17 and above, old libmemcached release will break the code.
2.If you use the python whose version is < 2.5, you should modify the Py_ssize_t definition.
3.It is adviced to set the MEMCACHED_MAX_BUFFER macro to 16392 in memcached.h while compiling the libmemcached. You can tune that value for best performance.
4.Append and the Prepend API is supported by memcached whose version is > 1.2.4