clojurewerkz / spyglass

A Clojure Memcached client (also: Couchbase, Kestrel). Built on top of SpyMemcached, supports ASCII and binary protocols, strives to be 100% feature complete.
http://clojurememcached.info
67 stars 17 forks source link

Add a AsyncSpyglassCache #7

Closed josephwilk closed 11 years ago

josephwilk commented 11 years ago

Only difference is it uses async-get for the lookup as opposed to sync cache which uses blocking get.

michaelklishin commented 11 years ago

Thank you. I will push a beta release later today.

michaelklishin commented 11 years ago

1.1.0-beta3 is out.