Hi David, Are you saying that the client sends the value with the boolean type flag set which causes it to be saved as a boolean in the cache? It sounds like a client issue, no? Let me know if I'm missing something.
Actually, is it a requirement for you to use memcached client? Can you switch to native Ignite API (see example [1])? It will give you a lot of additional features and will give much better performance. [1] https://github.com/apache/ignite/blob/master/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/PutGetExample.cs -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Integration-issue-with-enyimmecached-client-tp3136p3144.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
