X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/f2aa84bd638b8d18e80531abfd7191f5d0a58c71..a3b21203d2c89a298fee34d1e60cf97fb2aa6e1d:/client-libraries/README diff --git a/client-libraries/README b/client-libraries/README index f35b74a4..109e51bd 100644 --- a/client-libraries/README +++ b/client-libraries/README @@ -9,12 +9,13 @@ 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 +git://github.com/ezmobius/redis-rb.git Erlang lib source code: http://bitbucket.org/adroll/erldis/ @@ -28,5 +29,10 @@ http://code.google.com/p/phpredis/ 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.