-
```
It would be great if Future objects provided by spymemcached allows callbacks
registration to be notified when they are completed. It would be pretty useful
to avoid blocking threads waiting for…
-
Memcache has a key length limit of 250 characters. Problems can arise if a cache key greater than this is used. It seems memcache truncates the key so it is very possible to have collisions and unexpe…
-
```
java.lang.IllegalStateException: Namespace key already has value.The key
is:namespace:DictItem,and the value is:1383040902472``standB
at
net.rubyeye.xmemcached.XMemcachedClient.getNamespace(XMe…
-
**Describe the bug**
Very long (~1.5 MiB) log lines produced by one container somehow end up concatenated to log lines in other container's log streams.
**To Reproduce**
This is not trivial t…
-
### Data center awareness
WordPress + HyperDB supports running in multiple data centers. [The HyperDB config includes comments on how to configure it for data center awareness](https://github.com/a…
-
```
It would be great if Future objects provided by spymemcached allows callbacks
registration to be notified when they are completed. It would be pretty useful
to avoid blocking threads waiting for…
-
```
It would be great if Future objects provided by spymemcached allows callbacks
registration to be notified when they are completed. It would be pretty useful
to avoid blocking threads waiting for…
-
```
Hi, I want a new feature in MemcachedClient - method which will return me few
objects with cas values. Something like that:
public Map getBulk(Collection keys)
Is it possible to have this featur…
-
## Bug Report
#### What did you do?
Followed below steps
1. I set size in 5 in CR
--> deployment size is 5
--> 5 pods
2. I manually change deployment size to 2 (memcached) now …
-
```
What steps will reproduce the problem?
1. Start memcached server with 8G memory on a remote server
2. Perform consistent 'gets' and 'sets'
3. Client being used is Xmemcached
What is the expected…