python-memcached icon indicating copy to clipboard operation
python-memcached copied to clipboard

A python memcached client library.

Results 71 python-memcached issues
Sort by recently updated
recently updated
newest added

Is it possible to programmatically check if the connection is really working after firing a `memcache.cas` request? Can I check the response code? I could do a dumb: ``` memcache.set('Connection')...

I recently ran into a situation where our build server did not have a running instance of memcached. I would have expected things to fail gracefully. (Clearly, there wouldn't be...

hi, Im working on linux 12.04 64 bits and i getting the following error: ``` ssh File "build/bdist.linux-x86_64/egg/memcache.py", line 704, in set return self._set("set", key, val, time, min_compress_len, noreply) File...

Is it possible to make client automatically skip a server in case it went down? We have a cluster of 4 machines. One of them is down which cause application...

We found a problem in versions 1.56 and 1.57. The code below (memcache.py:399) sometimes (maybe always) store str into serverhash variable and cmemcache_hash/serverHashFunction function is failing because of that. The...

Apparently, the delete command does not really support a time parameter even though the code had support for it - https://github.com/memcached/memcached/blob/master/doc/protocol.txt#L254 Also, found that the expiry parameter is mandatory in...

For the cases where the user wants to transparently encode keys (say using urllib) before they are used further allow a encoding function to be passed in that will perform...

Simply closing a connected socket leaves the local socket in TIME_WAIT while the OS waits to ensure that the remote end isn't going to transmit anything further. Memcached supports the...

* https://www.python.org/download/pre-releases * https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#allow-pre-releases