2009-03-22 05:30:00 -04:00
|
|
|
Redis client libraries
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
In this directory you'll find client libraries for different languages.
|
|
|
|
This are the latest releases available at the time this Redis tar.gz for this
|
|
|
|
release was created, and are good for most uses, but if you need more fresh
|
|
|
|
code or recent bugfixes read more.
|
|
|
|
|
|
|
|
How to get the lastest versions of client libraries source code
|
|
|
|
---------------------------------------------------------------
|
|
|
|
|
2009-03-25 11:47:22 -04:00
|
|
|
Note that while the pure PHP, Tcl and Python libraries are the most uptodate
|
|
|
|
available libraries, all the other libraries have their own repositories where
|
|
|
|
it's possible to grab the most recent version:
|
2009-03-22 05:30:00 -04:00
|
|
|
|
|
|
|
Ruby lib source code:
|
|
|
|
http://github.com/ezmobius/redis-rb/tree/master
|
|
|
|
|
|
|
|
Erlang lib source code:
|
|
|
|
http://bitbucket.org/adroll/erldis/
|
|
|
|
|
2009-03-25 11:47:22 -04:00
|
|
|
Perl lib source code:
|
|
|
|
(web) http://svn.rot13.org/index.cgi/Redis
|
|
|
|
(svn) svn://svn.rot13.org/Redis/
|
2009-03-22 05:30:00 -04:00
|
|
|
|
2009-03-25 11:47:22 -04:00
|
|
|
Redis-php PHP C module:
|
|
|
|
http://code.google.com/p/phpredis/
|
2009-03-22 05:30:00 -04:00
|
|
|
|
2009-03-25 11:47:22 -04:00
|
|
|
For all the rest check the Redis tarball or Git repository.
|