valkey/client-libraries
2009-05-21 13:31:00 +02:00
..
cpp CPP client added thanks to Brian Hammond 2009-05-09 09:25:59 +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 dictGetRandomKey bug fixed, RANDOMKEY will not block the server anymore 2009-04-23 18:46:11 +02:00
python disconnect when we cannot read from the socket 2009-05-11 13:39:59 +02:00
ruby CPP client added thanks to Brian Hammond 2009-05-09 09:25:59 +02:00
ruby_2 dead code removed from RubyRedis 2009-05-21 13:31:00 +02:00
tcl SMOVE test added 2009-04-28 21:19:37 +02:00
README Ruby client updated 2009-04-08 13:20:03 +02:00
update-cpp-client.sh CPP client added thanks to Brian Hammond 2009-05-09 09:25:59 +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.