Spyglass is a very fast Clojure client for Memcached built on top of SpyMemcached
Spyglass has a mailing list. Feel free to join it and ask any questions you may have.
To subscribe for announcements of releases, important changes and so on, please follow @ClojureWerkz on Twitter.
Spyglass is no longer a young project. It is almost 100% feature complete. Built on a very solid Java client, SpyMemcached and has good test coverage (using adapted Memcached client test suite by Dustin Sallings).
As such, you can confidently use it, the API is small and locked down.
Spyglass artifacts are released to Clojars.
With Leiningen:
[clojurewerkz/spyglass "1.2.0"]
With Maven:
<dependency>
<groupId>clojurewerkz</groupId>
<artifactId>spyglass</artifactId>
<version>1.2.0</version>
</dependency>
Spyglass has a documentation site at clojurememcached.info.
Our test suite has plenty of code examples, too.
Spyglass requires Clojure 1.4+.
CI is hosted by travis-ci.org
Spyglass uses Leiningen 2. Make sure you have it installed and then run tests against all supported Clojure versions using
lein all test
Then create a branch and make your changes on it. Once you are done with your changes and all tests pass, submit a pull request on Github.
Copyright (C) 2012-2016 Michael S. Klishin, Alex Petrov
Distributed under the Eclipse Public License, the same as Clojure.