valkey/client-libraries
2009-05-29 12:28:37 +02:00
..
cpp client libraries synched in git 2009-05-26 18:10:50 +02:00
erlang Erlang client synched with Valentiono's repo 2009-03-25 16:49:27 +01:00
lua client libraries synched in git 2009-05-26 18:10:50 +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 ruby library client is not Redis-rb merged with RubyRedis "engine" by Brian McKinney 2009-05-29 12:28:37 +02:00
tcl SMOVE test added 2009-04-28 21:19:37 +02:00
README Redis 0.100 released 2009-05-26 18:13:40 +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, Python and Ruby_2 (Ruby alternative lib)
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.