-
```
On SunOS, with FailureMode Cancel, spymemcached is not reconnecting to a
restarted local memcached server.
We have a spymemcached client running on a SunOS system, connecting to a
locally runni…
-
```
On SunOS, with FailureMode Cancel, spymemcached is not reconnecting to a
restarted local memcached server.
We have a spymemcached client running on a SunOS system, connecting to a
locally runni…
-
Support for [`touch`](https://github.com/memcached/memcached/blob/1939cf9edc0656f7b1cfab6365f313b56b07a333/doc/protocol.txt#L383), [`gat`](https://github.com/memcached/memcached/blob/master/doc/protoc…
-
If the memcached server is restarted after the client has already opened a socket connection, the next client request causes the application to exit.
Note that this problem only seems to occur when…
varju updated
2 years ago
-
**Describe the bug**
Calls to bucket storage are failing from different components after upgrading to 1.16.0 from 1.14.1. I didnt find any extra configuration in the latest versions. Can someone he…
-
```
diff --git a/lib/memcached.js b/lib/memcached.js
index 9742a1d..2e1a94b 100644
--- a/lib/memcached.js
+++ b/lib/memcached.js
@@ -523,7 +523,7 @@ Client.config = {
dataSet = +dataS…
-
Is it possible to use unix socket location instead of TCP IP address? For example: `/var/run/memcached.sock`
And how to use it inside `Client.create()` ?
-
```
What version of the product are you using? On what operating system?
Memcache 2.7 on Linux (EC2 instance using the Ubuntu Maverick AMI ami-08f40561)
Tell me more...
I think that there is a state…
-
```
What version of the product are you using? On what operating system?
Memcache 2.7 on Linux (EC2 instance using the Ubuntu Maverick AMI ami-08f40561)
Tell me more...
I think that there is a state…
-
On a fresh install of Ubuntu 12.04 LTS, perform the following steps.
In Shell:
apt-get install python-pip memcached python-dev libmemcached-dev
pip install pylibmc
In Python 2,7,3:
import pylibmc
mc…