Spymemcat
A Clojure memcached client library wraps spymemcached. Source: soasme/spymemcat
Lein Usage
To use spymemcat, put dependency to project.clj
:
[spymemcat "0.1.0"]
Basic Usage
Namespace
Client
A memcached client using text protocol is default.
All valid commands should under with-client
scope:
Store commands
Get commands
Delete command
License
Copyright © 2014 Lin Ju (@soasme).
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.