{{ANN} clj-xmemcached release 0.2.3

2013-07-19 Thread dennis zhuang
An opensource memcached client for clojure,it wraps xmemcached. 0.2.3 releases, main highlights: 1.Supports delete with CAS value in binary protocol ;;delete with CAS (xm/delete num (:cas (gets num))) 2.Supports lighweight distribution lock with try-lock macro: (def counter (atom

Re: {{ANN} clj-xmemcached release 0.2.3

2013-07-19 Thread Shantanu Kumar
Thanks for the release. Coincidentally, yesterday I wrote a command-line Kestrel client (a script) using clj-xmemcached 0.2.2, lein-exec and tools.cli - it works very well. Shantanu On Saturday, 20 July 2013 08:50:02 UTC+5:30, dennis wrote: An opensource memcached client for clojure,it wraps