]> git.saurik.com Git - redis.git/blobdiff - client-libraries/README
in-memory specialized object encoding (for now 32 signed integers only)
[redis.git] / client-libraries / README
index e4a265ab04fad1f86c3ba4238546c93f66e2e96b..109e51bd04fa88dc64709bfb49b5dba4c87834d6 100644 (file)
@@ -9,9 +9,9 @@ code or recent bugfixes read more.
 How to get the lastest versions of client libraries source code
 ---------------------------------------------------------------
 
-Note that while the pure PHP, Tcl and Python libraries are the most uptodate
-available libraries, all the other libraries have their own repositories where
-it's possible to grab the most recent version:
+Note that while the pure PHP, Tcl, Python and Ruby_2 (Ruby alternative lib)
+libraries are the most uptodate available libraries, all the other libraries
+have their own repositories where it's possible to grab the most recent version:
 
 Ruby lib source code:
 http://github.com/ezmobius/redis-rb/tree/master
@@ -31,4 +31,8 @@ Lua lib source code:
 http://github.com/nrk/redis-lua/tree/master
 git://github.com/nrk/redis-lua.git
 
+Clojure lib source code:
+http://github.com/ragnard/redis-clojure/
+git://github.com/ragnard/redis-clojure.git
+
 For all the rest check the Redis tarball or Git repository.