]> git.saurik.com Git - redis.git/blame_incremental - client-libraries/README
AUTH merged from Brian Hammond fork, reworked a bit to fix minor problems
[redis.git] / client-libraries / README
... / ...
CommitLineData
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 pure PHP, Tcl and Python libraries are the most uptodate
13available libraries, all the other libraries have their own repositories where
14it's possible to grab the most recent version:
15
16Ruby lib source code:
17http://github.com/ezmobius/redis-rb/tree/master
18
19Erlang lib source code:
20http://bitbucket.org/adroll/erldis/
21
22Perl lib source code:
23(web) http://svn.rot13.org/index.cgi/Redis
24(svn) svn://svn.rot13.org/Redis/
25
26Redis-php PHP C module:
27http://code.google.com/p/phpredis/
28
29For all the rest check the Redis tarball or Git repository.