A Clojure client library for the Redis key value (and more!) storage system.
redis-clojure uses Leiningen as build tool
To build redis-clojure:
lein jar
This will build redis-clojure and package it nicely into redis-clojure.jar
.
To run tests:
lein test
Note you need to have redis-server
running first.
Check the examples/
directory.
Note you need to have redis-server
running first.
- Work on performance
- Maybe implement pipelining
- Look at consistent hashing