]> git.saurik.com Git - redis.git/blame - client-libraries/README
random tested mode for test-redis.tcl, minor other stuff, version switched to 0.8
[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
12Note that while the PHP and Python versions are the most uptodate available
13libraries, the Ruby and Erlang libraries have their own sites so you may want
14to grab this libraries from their main sites:
15
16Ruby lib source code:
17http://github.com/ezmobius/redis-rb/tree/master
18
19Erlang lib source code:
20http://bitbucket.org/adroll/erldis/
21
22For the languages with development code in the Redis SVN, check this urls for unstable versions of the libs:
23
24Python lib source code:
25http://code.google.com/p/redis/source/browse/#svn/trunk/client-libraries/python
26
27PHP lib source code:
28http://code.google.com/p/redis/source/browse/#svn/trunk/client-libraries/php