-
Bug
-
Resolution: Done
-
Major
-
9.4.11.Final
-
None
Using Infinispan Server as clustered memcached alternative we ran into the problem that the memcache protocol implementation is missing the touch operation.
Protocol Definition: https://github.com/memcached/memcached/blob/master/doc/protocol.txt
Missing Operation in Source Code: https://github.com/infinispan/infinispan/blob/master/server/memcached/src/main/java/org/infinispan/server/memcached/MemcachedDecoder.java#L1028