Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 275 by mojid...@gmail.com: binary protocol TOUCH,GAT,GATQ bug
http://code.google.com/p/memcached/issues/detail?id=275

cache.set("x", "xxx", 3);
cache.touch("x", 1)
TimeUnit.SECONDS.sleep(1);
System.out.println(cache.get("x"));
=======output==============
xxx
----------------------
GAT, GATQ is the same




Attachments:
        1.png  10.9 KB
        2.png  12.1 KB

Reply via email to