Go to file
2009-03-28 11:50:27 +01:00
client-libraries Ruby client library updated. Important changes in this new version! 2009-03-27 12:14:35 +01:00
doc Integer encoding implemented in dump file. Doc updated 2009-03-28 10:58:19 +01:00
utils redis-sha1 utility added 2009-03-28 11:50:27 +01:00
.gitignore Lua client added thanks to Daniele Alessandri 2009-03-26 17:23:51 +01:00
adlist.c first commit 2009-03-22 10:30:00 +01:00
adlist.h first commit 2009-03-22 10:30:00 +01:00
ae.c first commit 2009-03-22 10:30:00 +01:00
ae.h first commit 2009-03-22 10:30:00 +01:00
anet.c feature macros defined to play well with C99 2009-03-27 22:00:27 +01:00
anet.h ANSI-C compatibility changes 2009-03-27 20:48:32 +01:00
benchmark.c redis-benchmark sync with the new protocol 2009-03-24 15:22:27 +01:00
BETATESTING.txt first commit 2009-03-22 10:30:00 +01:00
BUGS first commit 2009-03-22 10:30:00 +01:00
COPYING first commit 2009-03-22 10:30:00 +01:00
dict.c feature macros defined to play well with C99 2009-03-27 22:00:27 +01:00
dict.h first commit 2009-03-22 10:30:00 +01:00
fmacros.h feature macros defined to play well with C99 2009-03-27 22:01:04 +01:00
Makefile now Redis is C99-ok 2009-03-27 21:37:57 +01:00
README first commit 2009-03-22 10:30:00 +01:00
redis-cli.c feature macros defined to play well with C99 2009-03-27 22:00:27 +01:00
redis.c Integer encoding implemented in dump file. Doc updated 2009-03-28 10:58:19 +01:00
redis.conf Lua client added thanks to Daniele Alessandri 2009-03-26 17:23:51 +01:00
sds.c ANSI-C compatibility changes 2009-03-27 20:48:32 +01:00
sds.h now Redis is C99-ok 2009-03-27 21:37:57 +01:00
test-redis.tcl Adds AUTH command. 2009-03-25 23:03:56 -04:00
TODO Integer encoding implemented in dump file. Doc updated 2009-03-28 10:58:19 +01:00
zmalloc.c ANSI-C compatibility changes 2009-03-27 20:48:32 +01:00
zmalloc.h another missing free->zfree replacement fixed. Thanks to Ludo 2009-03-23 14:50:09 +01:00

Check the 'doc' directory. doc/README.html is a good starting point :)