Go to file
antirez 02fdd5ab4c GETSET command doc added 2009-04-28 16:33:35 +02:00
client-libraries GETSET tests 2009-04-28 16:21:16 +02:00
doc GETSET command doc added 2009-04-28 16:33:35 +02:00
utils Non blocking replication (finally!). C-side linked lists API improved. 2009-04-20 23:51:51 +02:00
.gitignore Lua client added thanks to Daniele Alessandri 2009-03-26 17:23:51 +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
Changelog GETSET command doc added 2009-04-28 16:33:35 +02:00
Makefile Issue 22 fixed 2009-04-02 09:54:45 +02:00
README first commit 2009-03-22 10:30:00 +01:00
TODO GETSET command doc added 2009-04-28 16:33:35 +02:00
adlist.c Non blocking replication (finally!). C-side linked lists API improved. 2009-04-20 23:51:51 +02:00
adlist.h Non blocking replication (finally!). C-side linked lists API improved. 2009-04-20 23:51:51 +02: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
dict.c dictGetRandomKey bug fixed, RANDOMKEY will not block the server anymore 2009-04-23 18:46:11 +02:00
dict.h Initial implementation of EXPIRE 2009-04-01 13:22:35 +02:00
fmacros.h feature macros defined to play well with C99 2009-03-27 22:01:04 +01:00
lzf.h new LZF files added 2009-04-02 10:00:49 +02:00
lzfP.h LZF configured to initalize the HT in order to be determinsitic and play well with valgrind 2009-04-02 23:00:27 +02:00
lzf_c.c new LZF files added 2009-04-02 10:00:49 +02:00
lzf_d.c new LZF files added 2009-04-02 10:00:49 +02:00
redis-cli.c GETSET implemented 2009-04-28 14:42:55 +02:00
redis.c GETSET implemented 2009-04-28 14:42:55 +02:00
redis.conf ability to specify a different file name for the DB 2009-04-27 18:10:00 +02: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 GETSET tests 2009-04-28 16:21:16 +02: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

README

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