This is a new version of redis-clojure targeting both Clojure 1.2 and 1.3.
redis-clojure is a Clojure client library for the Redis key value (and more!) storage system.
The goal of redis-clojure is to provide a low level interface to all Redis commands in a Clojure idiomatic way, when possible.
This version of redis-clojure uses Leiningen as build tool.
To run tests:
lein test
Note you need to have redis-server
running on localhost
at port 6379
.
Simply add it to your project.clj :dependencies list:
:dependencies [[org.clojars.tavisrudd/redis-clojure "1.3.1"] ...]
then run lein deps.
Can you improve this documentation? These fine people already did:
Ragnar Dahlén, Tavis Rudd & ragnardEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close