Comment #5 on issue 275 by [email protected]: 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)
while(true){
 TimeUnit.SECONDS.sleep(1);
 System.out.println(cache.get("x"));
}
=======output==============
xxx
xxx
xxx
xxx
xxx
.
.
----------------------------
I run a few minutes, It still did not expired

Reply via email to