Open GoogleCodeExporter opened 9 years ago
When I try 'set' in my coge and then get - I receive the data. When I try put
data from php and get this key from telnet - I receive the data (this is json
string in UTF-8 encoding), but when i try to get from java - i receive null.
Original comment by odware...@gmail.com
on 27 May 2013 at 3:51
After I replace the data (mc.set("mykey",3600,"111")), then it reads
successfully.
Original comment by odware...@gmail.com
on 27 May 2013 at 5:14
Hi,
yes - this is somewhat expected. You are running into the problem that
different clients use different flags for this. I dont know which drivers you
use on the PHP side, but you need to make sure to use the same flags for both
data - or just use no flags at all on both sides.
I recommend you to watch this hangout from some couchbase devs that cover
interoperability - and this directly translates to memcache as well!
http://www.youtube.com/watch?v=-FWCPGKw2RI&feature=plcp
Original comment by michael....@gmail.com
on 28 May 2013 at 6:13
Original issue reported on code.google.com by
odware...@gmail.com
on 1 May 2013 at 1:04