background preloader

Memcached

Facebook Twitter

Memcached 1.48. Package Index > python-memcached > 1.53 Not Logged In python-memcached 1.53 Download python-memcached-1.53.tar.gz.

memcached 1.48

Pylibmc 1.2.3. Quick and small memcached client for Python `pylibmc` is a Python client for `memcached < written in C.

pylibmc 1.2.3

See `the documentation at sendapatch.se/projects/pylibmc/`__ for more information. __ .. image:: :target: Contact ======= - Website: `sendapatch.se/ < - Github: `github.com/lericson < - IRC: ``lericson`` in ``#sendapatch`` on ``chat.freenode.net`` - E-mail: ``ludvig`` at ``sendapatch.se`` Change Log ========== New in version 1.3.0 -------------------- Because there ain't nothing better than releasing software in the spring time. Lots of improvements have come about in just about every corner of the library, thanks to *seventeen different authors* over almost *20 pull requests*.

Downloads (All Versions): 2842 downloads in the last day 15296 downloads in the last week 54774 downloads in the last month Author: Ludvig Ericson Home Page: License: 3-clause BSD < Package Index Owner: toxik DOAP record: pylibmc-1.3.0.xml. Pylibmc. Pylibmc is a client in Python for memcached.

pylibmc

It is a wrapper around TangentOrg‘s libmemcached library. The interface is intentionally made as close to python-memcached as possible, so that applications can drop-in replace it. pylibmc leverages among other things configurable behaviors, data pickling, data compression, battle-tested GIL retention, consistent distribution, and the binary memcached protocol. Example usage.