]
Michael Palata updated ISPN-10275:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Incomplete memcache protocol implementation - Unknown operation:
touch
----------------------------------------------------------------------
Key: ISPN-10275
URL:
https://issues.jboss.org/browse/ISPN-10275
Project: Infinispan
Issue Type: Bug
Components: Memcached
Affects Versions: 9.4.11.Final
Reporter: Michael Palata
Priority: Major
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...