]> git.saurik.com Git - redis.git/blob - client-libraries/README
sync python client to the new protocol
[redis.git] / client-libraries / README
1 Redis client libraries
2 ----------------------
3
4 In this directory you'll find client libraries for different languages.
5 This are the latest releases available at the time this Redis tar.gz for this
6 release was created, and are good for most uses, but if you need more fresh
7 code or recent bugfixes read more.
8
9 How to get the lastest versions of client libraries source code
10 ---------------------------------------------------------------
11
12 Note that while the PHP and Python versions are the most uptodate available
13 libraries, the Ruby and Erlang libraries have their own sites so you may want
14 to grab this libraries from their main sites:
15
16 Ruby lib source code:
17 http://github.com/ezmobius/redis-rb/tree/master
18
19 Erlang lib source code:
20 http://bitbucket.org/adroll/erldis/
21
22 For the languages with development code in the Redis SVN, check this urls for unstable versions of the libs:
23
24 Python lib source code:
25 http://code.google.com/p/redis/source/browse/#svn/trunk/client-libraries/python
26
27 PHP lib source code:
28 http://code.google.com/p/redis/source/browse/#svn/trunk/client-libraries/php