]>
Commit | Line | Data |
---|---|---|
ed9b544e | 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 | ||
f78fd11b | 12 | Note that while the pure PHP, Tcl and Python libraries are the most uptodate |
13 | available libraries, all the other libraries have their own repositories where | |
14 | it's possible to grab the most recent version: | |
ed9b544e | 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 | ||
f78fd11b | 22 | Perl lib source code: |
23 | (web) http://svn.rot13.org/index.cgi/Redis | |
24 | (svn) svn://svn.rot13.org/Redis/ | |
ed9b544e | 25 | |
f78fd11b | 26 | Redis-php PHP C module: |
27 | http://code.google.com/p/phpredis/ | |
ed9b544e | 28 | |
f2aa84bd | 29 | Lua lib source code: |
30 | http://github.com/nrk/redis-lua/tree/master | |
31 | ||
f78fd11b | 32 | For all the rest check the Redis tarball or Git repository. |