Go to file
Luc Heinrich b91f03a4d1 Fixed redis-cli readLine loop to correctly handle EOF.
When using the shutdown command with redis-cli the server saves the database and, if successful, silently closes the connection. The redis-cli tool did not correcty handle this EOF case in its readLine loop and was therefore infinitely looping - and eating 100% of the CPU - while waiting for some data which would never come.
2009-03-23 12:43:16 +01:00
client-libraries first commit 2009-03-22 10:30:00 +01:00
doc doc changes 2009-03-22 15:15:51 +01:00
.gitignore Added gitignore file. 2009-03-23 12:28:28 +01:00
adlist.c first commit 2009-03-22 10:30:00 +01:00
adlist.h first commit 2009-03-22 10:30:00 +01: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 first commit 2009-03-22 10:30:00 +01:00
anet.h first commit 2009-03-22 10:30:00 +01:00
benchmark.c first commit 2009-03-22 10:30:00 +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
dict.c first commit 2009-03-22 10:30:00 +01:00
dict.h first commit 2009-03-22 10:30:00 +01:00
Makefile first commit 2009-03-22 10:30:00 +01:00
README first commit 2009-03-22 10:30:00 +01:00
redis-cli.c Fixed redis-cli readLine loop to correctly handle EOF. 2009-03-23 12:43:16 +01:00
redis.c Display the port on server startup. 2009-03-23 12:42:10 +01:00
redis.conf Allow to specify the pid file from the config file. 2009-03-23 12:31:33 +01:00
sds.c first commit 2009-03-22 10:30:00 +01:00
sds.h first commit 2009-03-22 10:30:00 +01:00
test-redis.tcl MGET tests added 2009-03-22 15:27:09 +01:00
TODO first commit 2009-03-22 10:30:00 +01:00
zmalloc.c first commit 2009-03-22 10:30:00 +01:00
zmalloc.h first commit 2009-03-22 10:30:00 +01:00

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