]
Gustavo Fernandes updated ISPN-9459:
------------------------------------
Parent: ISPN-7940
Issue Type: Sub-task (was: Bug)
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
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 configuration 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.