[go: up one dir, main page]

Skip to content

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

Notifications You must be signed in to change notification settings

joshvfleming/redis-clojure

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redis-clojure

This is work in progress for a new version of redis-clojure targeting Clojure 1.3.

New/fixed in this version is:

  • Connection pooling
  • Binary-safe strings (using multi bulk commands)
  • Better performance
  • Support for pipelining using the pipeline macro

Planned features:

  • Sharding

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.

Building

This version of redis-clojure uses Leiningen as build tool.

Running tests

To run tests:

lein test

Note you need to have redis-server running on localhost at port 6379.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 100.0%