Go to file
2009-03-25 16:47:22 +01:00
client-libraries New file dump format, perl client library added 2009-03-25 16:47:22 +01:00
doc two typos fixed 2009-03-24 21:48:04 +01:00
.gitignore random tested mode for test-redis.tcl, minor other stuff, version switched to 0.8 2009-03-24 00:43:38 +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 first commit 2009-03-22 10:30:00 +01:00
anet.h first commit 2009-03-22 10:30:00 +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 first commit 2009-03-22 10:30:00 +01:00
dict.h first commit 2009-03-22 10:30:00 +01:00
Makefile another missing free->zfree replacement fixed. Thanks to Ludo 2009-03-23 14:50:09 +01:00
README first commit 2009-03-22 10:30:00 +01:00
redis-cli.c Server replies now in the new format, test-redis.tcl and redis-cli modified accordingly 2009-03-24 13:37:32 +01:00
redis.c New file dump format, perl client library added 2009-03-25 16:47:22 +01:00
redis.conf Allow to specify the pid file from the config file. 2009-03-23 12:31:33 +01:00
sds.c first commit 2009-03-22 10:30:00 +01:00
sds.h first commit 2009-03-22 10:30:00 +01:00
test-redis.tcl Now the Redis test uses the proper Tcl client library 2009-03-24 20:00:15 +01:00
TODO New file dump format, perl client library added 2009-03-25 16:47:22 +01:00
zmalloc.c first commit 2009-03-22 10:30:00 +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 :)