python-python-memcached
This package was originally written by Evan Martin of Danga.
Sean Reifschneider of tummy.com, ltd. has taken over maintenance of it.
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.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-python-memcached && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-memcached-1.53.tar.gz | 0000020631 20.1 KB | |
python-python-memcached.changes | 0000004015 3.92 KB | |
python-python-memcached.spec | 0000002171 2.12 KB |
Revision 7 (latest revision is 22)
Stephan Kulow (coolo)
accepted
request 180763
from
Sascha Peilicke (saschpe)
(revision 7)
- update to 1.53: * Fixing set_multi() so that if the server closes the connection it will no longer raise AttributeError. Issue found and resolution reviewed by Ben Hoyt. * readline() now will mark the connection dead if the read fails. It was just closing it before. This is related to the set_multi() change but worth noting separately. Thanks to Ben Hoyt. * Changing check_keys to use re.match() instead of str.translate(), because re.match() works with Python < 2.6. Found by Giovanni Di Milia. (forwarded request 180692 from dirkmueller)
Comments 0