Go to file
antirez bb32ede52e persistent EXPIRE 2009-04-03 11:07:37 +02:00
client-libraries fix select test 2009-04-02 17:34:42 +02: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
BETATESTING.txt
BUGS
COPYING
Changelog changelog added 2009-03-30 12:13:43 +02:00
Makefile Issue 22 fixed 2009-04-02 09:54:45 +02:00
README
TODO dirty increment was missing in two points. TODO updated 2009-04-03 10:04:51 +02:00
adlist.c
adlist.h
ae.c
ae.h
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
dict.c feature macros defined to play well with C99 2009-03-27 22:00:27 +01: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 Initial implementation of EXPIRE 2009-04-01 13:22:35 +02:00
redis.c persistent EXPIRE 2009-04-03 11:07:37 +02: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
zmalloc.c ANSI-C compatibility changes 2009-03-27 20:48:32 +01:00
zmalloc.h

README

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