ragnard / redis-clojure

A Clojure client library for the key-value storage system Redis

This URL has Read+Write access

name age message
file .gitignore Sun Dec 06 10:56:01 -0800 2009 Welcome Leiningen. [ragnard]
file LICENSE Fri Jun 05 10:25:31 -0700 2009 Add license. Some more documentation and cleanup. [ragnard]
file README.markdown Thu Dec 17 00:51:43 -0800 2009 Update README [ragnard]
directory benchmarks/ Tue Oct 27 00:10:38 -0700 2009 Add support for ZSETs, currently in Redis edge [ragnard]
directory examples/ Thu Jun 11 01:56:11 -0700 2009 Remove some old files [ragnard]
file pom.xml Sun Dec 06 23:07:57 -0800 2009 Move do-read [ragnard]
file project.clj Sun Dec 06 10:56:01 -0800 2009 Welcome Leiningen. [ragnard]
directory src/ Sun Dec 06 23:07:57 -0800 2009 Move do-read [ragnard]
directory test/ Sun Dec 06 13:50:03 -0800 2009 runner no longer needed [ragnard]
README.markdown

redis-clojure

A Clojure client library for the Redis key value (and more!) storage system.

Dependencies

redis-clojure uses Leiningen as build tool

Building

To build redis-clojure:

lein jar

This will build redis-clojure and package it nicely into redis-clojure.jar.

Running tests

To run tests:

lein test

Note you need to have redis-server running first.

Examples

Check the examples/ directory.

Note you need to have redis-server running first.

Todo

  • Work on performance
  • Maybe implement pipelining
  • Look at consistent hashing