- 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.