Go to file
2009-05-26 18:13:40 +02:00
client-libraries Redis 0.100 released 2009-05-26 18:13:40 +02:00
doc SLAVEOF command documented 2009-05-23 11:16:38 +02:00
utils CPP client added thanks to Brian Hammond 2009-05-09 09:25:59 +02:00
.gitignore
adlist.c
adlist.h
ae.c
ae.h
anet.c Python client updated pushing from Ludo's repository 2009-05-11 13:50:09 +02:00
anet.h
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
BETATESTING.txt
BUGS
Changelog client libraries synched in git 2009-05-26 18:10:50 +02:00
COPYING
dict.c
dict.h
fmacros.h
lzf_c.c
lzf_d.c
lzf.h
lzfP.h
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
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
README
redis-cli.c Issue with redis-client used in scripts solved, now to check if the latest argument must come from standard input we do not check that stdin is or not a tty but the command arity 2009-05-24 09:15:40 +02:00
redis.c client libraries synched in git 2009-05-26 18:10:50 +02:00
redis.conf maxclients implemented, see redis.conf for details 2009-05-25 23:29:18 +02:00
sds.c
sds.h
test-redis.tcl Aman Gupta changes merged 2009-05-20 10:44:08 +02:00
TODO RubyRedis: set TCP_NODELAY TCP socket option to to disable the neagle algorithm. Makes a huge difference under some OS, notably Linux 2009-05-26 01:12:46 +02:00
zmalloc.c zmalloc fix, return NULL or real malloc failure 2009-04-30 20:15:18 +02:00
zmalloc.h

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