]> git.saurik.com Git - redis.git/blame - client-libraries/README
initial multi-bulk query protocol, this will allow MSET and other interesting features.
[redis.git] / client-libraries / README
CommitLineData
ed9b544e 1Redis client libraries
2----------------------
3
4In this directory you'll find client libraries for different languages.
5This are the latest releases available at the time this Redis tar.gz for this
6release was created, and are good for most uses, but if you need more fresh
7code or recent bugfixes read more.
8
9How to get the lastest versions of client libraries source code
10---------------------------------------------------------------
11
77b78dc4 12Note that while the pure PHP, Tcl, Python and Ruby_2 (Ruby alternative lib)
13libraries are the most uptodate available libraries, all the other libraries
14have their own repositories where it's possible to grab the most recent version:
ed9b544e 15
16Ruby lib source code:
17http://github.com/ezmobius/redis-rb/tree/master
9495122b 18git://github.com/ezmobius/redis-rb.git
ed9b544e 19
20Erlang lib source code:
21http://bitbucket.org/adroll/erldis/
22
f78fd11b 23Perl lib source code:
24(web) http://svn.rot13.org/index.cgi/Redis
25(svn) svn://svn.rot13.org/Redis/
ed9b544e 26
f78fd11b 27Redis-php PHP C module:
28http://code.google.com/p/phpredis/
ed9b544e 29
f2aa84bd 30Lua lib source code:
31http://github.com/nrk/redis-lua/tree/master
928394cd 32git://github.com/nrk/redis-lua.git
f2aa84bd 33
e59229a2 34Clojure lib source code:
35http://github.com/ragnard/redis-clojure/
36git://github.com/ragnard/redis-clojure.git
37
f78fd11b 38For all the rest check the Redis tarball or Git repository.