A Clojure Memcached client (also: Couchbase, Kestrel). Built on top of SpyMemcached, supports ASCII and binary protocols, strives to be 100% feature complete.
(.gets connection) will return nil for keys that don't exist, and (.getValue) and (.getCas) will throws exceptions. Should probably check if a nil comes back and return nil.
(.gets connection) will return nil for keys that don't exist, and (.getValue) and (.getCas) will throws exceptions. Should probably check if a nil comes back and return nil.