guanqingan / xmemcached

Automatically exported from code.google.com/p/xmemcached
Apache License 2.0
0 stars 0 forks source link

xmemcached doesnot support CAS value on binary delete operation #250

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Memcahced binary protocol supports cas on delete to make sure the key is 
deleted only if its value is same as what was read.

https://code.google.com/p/memcached/wiki/MemcacheBinaryProtocol see section 4.4

For now I have to resort with work around by using super small expiry due to 
issue 
https://code.google.com/p/xmemcached/issues/detail?id=138&q=delete

Thanks,
Peeyush

Original issue reported on code.google.com by callipej...@gmail.com on 5 Apr 2013 at 9:46

GoogleCodeExporter commented 9 years ago
Thanks.I don't know this feature before, i will check it.

Original comment by killme2...@gmail.com on 9 Apr 2013 at 9:43

GoogleCodeExporter commented 9 years ago
1.4.2 released.Thanks.

Original comment by killme2...@gmail.com on 19 Jul 2013 at 6:42

GoogleCodeExporter commented 9 years ago
Thanks.

Original comment by callipej...@gmail.com on 19 Jul 2013 at 6:53