Skip to content

ghoseb/redis-clojure

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 99.7%
  • Shell 0.3%