-
```
configure.ac from memcached 1.4.17 adds -Werror to CFLAGS, when the compiler is
GCC. This breaks the build with (GCC) 4.8.3 20131226 (prerelease), as it
reports the following warnings. In conf…
-
After updating to PHP 8.1 test 035 using a local memcached with domain sockets fails.
**Build**
```
✎ apt-get -y install --no-install-recommends zlib1g-dev memcached
✎ memcached -du www-data
✎ …
DaFox updated
2 years ago
-
```
I'm using memcached 2.6rc1 on OsX. While load testing the system, I encountered
a bunch of stack traces:
java.lang.NullPointerException
at net.spy.memcached.MemcachedClient$6.receivedSta…
-
```
I'm using memcached 2.6rc1 on OsX. While load testing the system, I encountered
a bunch of stack traces:
java.lang.NullPointerException
at net.spy.memcached.MemcachedClient$6.receivedSta…
-
```
I'm using memcached 2.6rc1 on OsX. While load testing the system, I encountered
a bunch of stack traces:
java.lang.NullPointerException
at net.spy.memcached.MemcachedClient$6.receivedSta…
-
```
What steps will reproduce the problem?
1. Install memcached
2. Call scripts/memcached-init start
3. Call scripts/memcached-init status
What is the expected output? What do you see instead?
* Expe…
-
```
What steps will reproduce the problem?
1. Install memcached
2. Call scripts/memcached-init start
3. Call scripts/memcached-init status
What is the expected output? What do you see instead?
* Expe…
-
```
What steps will reproduce the problem?
1. Build the memcached code with the --enable-sasl switch to enable SSL
2. Start memcached with SASL enabled (memcached -d -u nobody -m 1024 -p 11211
-S)
…
-
Hi all,
I want to measure latency of Memcached DB with a working set greater than amount of RAM that I have (Forcing the system to use swap).
I would like the results in HDRhistogram format. He…
-
This issue is to show example errors that happen when `dockerd`1 and/or `libseccomp[2]`2 are not up-to-date when using images based on a newer Linux distribution release.
----
TL;DR:
`libsecco…