Go to file
antirez 1350d27e59 SDIFF / SDIFFSTORE added to doc 2009-05-20 11:09:09 +02:00
client-libraries disconnect when we cannot read from the socket 2009-05-11 13:39:59 +02:00
doc SDIFF / SDIFFSTORE added to doc 2009-05-20 11:09:09 +02:00
utils CPP client added thanks to Brian Hammond 2009-05-09 09:25:59 +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 SDIFF / SDIFFSTORE added to doc 2009-05-20 11:09:09 +02:00
Makefile Partial qsort implemented in SORT command, only when both BY and LIMIT is used. minor fix for a warning compiling under Linux. 2009-05-19 18:39:58 +02:00
README first commit 2009-03-22 10:30:00 +01:00
TODO Aman Gupta changes merged 2009-05-20 10:44:08 +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 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 Partial qsort implemented in SORT command, only when both BY and LIMIT is used. minor fix for a warning compiling under Linux. 2009-05-19 18:39:58 +02:00
dict.c more fixes for dict.c and the 150 million keys limit 2009-04-30 20:08:43 +02:00
dict.h dict.c modified to be able to handle more than 150,000,000 keys 2009-04-30 14:48:02 +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 psort.c/h added. This is a partial qsort implementation that Redis will use when SORT+LIMIT is requested 2009-05-19 17:34:30 +02:00
pqsort.h Partial qsort implemented in SORT command, only when both BY and LIMIT is used. minor fix for a warning compiling under Linux. 2009-05-19 18:39:58 +02:00
redis-cli.c SDIFF/SDIFFSTORE implemnted unifying it with the implementation of SUNION/SUNIONSTORE 2009-05-17 13:45:08 +02:00
redis.c Merge git://github.com/tmm1/redis 2009-05-20 10:42:43 +02:00
redis.conf Allow timeout=0 config to disable client timeouts 2009-05-19 22:36:11 -07: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 Aman Gupta changes merged 2009-05-20 10:44:08 +02:00
zmalloc.c zmalloc fix, return NULL or real malloc failure 2009-04-30 20:15:18 +02: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 :)