Go to file
antirez bcfc686db7 Tcl script, make target, and redis.c changes to build the static symbol table automagically 2009-11-10 19:20:32 +01:00
client-libraries client-libraries directory readded 2009-11-03 12:05:13 +01:00
doc QuickStart added 2009-09-02 10:29:58 +02:00
utils Tcl script, make target, and redis.c changes to build the static symbol table automagically 2009-11-10 19:20:32 +01:00
.gitignore ZSets double to string serialization fixed 2009-11-03 14:36:38 +01:00
BETATESTING.txt Redis 1.0.0 release 2009-09-03 10:38:15 +02:00
BUGS first commit 2009-03-22 10:30:00 +01:00
COPYING first commit 2009-03-22 10:30:00 +01:00
Changelog Minor TODO change with new expiring algorithm description. New expiring algorithm moved since it'll go in 1.1 2009-11-10 02:02:30 +01:00
Makefile Tcl script, make target, and redis.c changes to build the static symbol table automagically 2009-11-10 19:20:32 +01:00
README first commit 2009-03-22 10:30:00 +01:00
TODO Tcl script, make target, and redis.c changes to build the static symbol table automagically 2009-11-10 19:20:32 +01: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 Python client updated pushing from Ludo's repository 2009-05-11 13:50:09 +02:00
anet.h ANSI-C compatibility changes 2009-03-27 20:48:32 +01:00
benchmark.c benchmark now outputs the right command line to shorten the TIME_WAIT interval on Mac OS X when keep alive is set 2009-10-03 10:54:27 +02:00
config.h fixed compilation with Snow Leopard, thanks to Lon Baker for providing SSH access to Snow Leopard box 2009-07-24 14:32:58 +02:00
dict.c fixed a refcounting bug with SORT ... STORE leading to random crashes 2009-11-04 11:59:27 +01:00
dict.h SPOP implemented. Hash table resizing for Sets and Expires too. Changed the resize policy to play better with RANDOMKEY and SPOP. 2009-06-08 23:51: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
pqsort.c Merged Solaris patches provided by Alan Harder 2009-10-26 16:25:07 +01:00
pqsort.h another minor fix for Solaris boxes 2009-05-28 18:28:55 +02:00
redis-cli.c Fixed issue 92 in redis: redis-cli (nil) return value lacks CR/LF 2009-11-10 10:26:09 +01:00
redis.c Tcl script, make target, and redis.c changes to build the static symbol table automagically 2009-11-10 19:20:32 +01:00
redis.conf append only mode is now able to translate EXPIRE into EXPIREAT transparently 2009-10-30 17:20:24 +01:00
redis.h initial commit print stack trace 2009-06-04 17:20:14 +00:00
redis.tcl redis.tcl put at toplevel since it's uesd for the test-redis.tcl script 2009-11-03 11:28:37 +01:00
sds.c undoed all the sds hacking that lead just to random bugs and no memory saving ;) 2009-10-07 17:34:00 +02:00
sds.h undoed all the sds hacking that lead just to random bugs and no memory saving ;) 2009-10-07 17:34:00 +02:00
solarisfixes.h a fix for the solaris fix itself ;) 2009-10-27 18:39:47 +01:00
staticsymbols.h Tcl script, make target, and redis.c changes to build the static symbol table automagically 2009-11-10 19:20:32 +01:00
test-redis.tcl redis-test is now a better Redis citizen, testing everything against DB 9 and 10 and only if this DBs are empty. 2009-11-04 12:26:57 +01:00
zmalloc.c Fixed Issue 83:Using TYPE on a zset results in a malformed response from the Redis server 2009-10-31 23:03:10 +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 :)