• Stars
    star
    101
  • Rank 338,166 (Top 7 %)
  • Language
    Clojure
  • License
    MIT License
  • Created over 15 years ago
  • Updated almost 13 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Clojure client library for the key-value storage system Redis. No longer maintained, please see README.

THIS REPO IS NO LONGER MAINTAINED

Please see the fork by Tavis Rudd at https://github.com/tavisrudd/redis-clojure

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