An open API service indexing awesome lists of open source software.

https://github.com/eguven/pymemcached

Python2.6+ and Python3.1+ compatible pure python memcached client
https://github.com/eguven/pymemcached

Last synced: 8 months ago
JSON representation

Python2.6+ and Python3.1+ compatible pure python memcached client

Awesome Lists containing this project

README

          

pymemcached
-----------

**pymemcached** is a Python2.6+ and Python3.1+ compatible port of the original python-memcached library.

:Tested with: Python2.6 Python2.7 Python3.1 Python3.2 Python3.3
:Forked from: python-memcached-1.48
:Related to: python3-memcached-1.44
:Maintainer: Eren Güven (GitHub_, Twitter_)
:Status: Syntax and compatibility issues handled. Original tests pass. Bugs are likely.

.. _GitHub: https://github.com/eguven
.. _Twitter: https://twitter.com/cyberfart

Below is the original (1.48) README content.

This software is a 100% Python interface to the memcached memory cache
daemon. It is the client side software which allows storing values in one
or more, possibly remote, memcached servers. Search google for memcached
for more information.

This package was originally written by Evan Martin of Danga.
Please do not contact Evan about maintenance.
Sean Reifschneider of tummy.com, ltd. has taken over maintenance of it.