- item is json serialized not binary so it is readable.
- I am getting problem while trying to get the item, with php the key is working fine but when i access the item using same key in java it fails
- I have only one server so server hashing should not be aproblem
- I have done a wireshark analysis and seems to be of no help except that:
java and php clients are looking different keys.
What do i need to do to fix it? For now i have created a php wrapper and is working fine but is not long term solution for me, any help would be appreciated.
If wireshark shows that the clients are sending different keys, doesn’t that tell you exactly what the problem is?
How can it be that you are accessing the item with the same key in Java as in PHP yet the wireshark traffic shows a different key is sent? How do you know you are sending the same key? Is there some sort of configuration for the Java client you are missing?