]
Tristan Tarrant updated ISPN-9459:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.4.0.Final
Resolution: Done
Remove compat mode from the Memcached server
--------------------------------------------
Key: ISPN-9459
URL:
https://issues.jboss.org/browse/ISPN-9459
Project: Infinispan
Issue Type: Sub-task
Components: Memcached
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Fix For: 9.4.0.Final
The memcached server makes it hard to enable interoperability with other endpoints, as it
stores keys as java.lang.String and treats byte[] as opaque values.
It should respect the cache storage configuration and provide a way to specify what is
the data type of the value that clients sends and receive, in order to convert it to/from
the storage format.