valkey/client-libraries
2009-04-08 13:26:36 +02:00
..
erlang Erlang client synched with Valentiono's repo 2009-03-25 16:49:27 +01:00
lua Lua client updated 2009-04-08 13:17:55 +02:00
perl New file dump format, perl client library added 2009-03-25 16:47:22 +01:00
php add expire command to the php lib 2009-04-08 12:09:56 +02:00
python add expire command to the python lib 2009-04-06 10:19:26 +02:00
ruby library clients update scripts 2009-04-08 13:26:36 +02:00
tcl two typos fixed 2009-03-24 21:48:04 +01:00
README Ruby client updated 2009-04-08 13:20:03 +02:00
update-erlang-client.sh library clients update scripts 2009-04-08 13:26:36 +02:00
update-lua-client.sh library clients update scripts 2009-04-08 13:26:36 +02:00
update-perl-client.sh library clients update scripts 2009-04-08 13:26:36 +02:00
update-ruby-client.sh library clients update scripts 2009-04-08 13:26:36 +02: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
---------------------------------------------------------------

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:

Ruby lib source code:
http://github.com/ezmobius/redis-rb/tree/master
git://github.com/ezmobius/redis-rb.git

Erlang lib source code:
http://bitbucket.org/adroll/erldis/

Perl lib source code:
(web) http://svn.rot13.org/index.cgi/Redis
(svn) svn://svn.rot13.org/Redis/

Redis-php PHP C module:
http://code.google.com/p/phpredis/

Lua lib source code:
http://github.com/nrk/redis-lua/tree/master
git://github.com/nrk/redis-lua.git

For all the rest check the Redis tarball or Git repository.