mirror of
http://github.com/valkey-io/valkey
synced 2024-11-21 16:46:15 +00:00
b91f03a4d1
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. |
||
---|---|---|
client-libraries | ||
doc | ||
.gitignore | ||
adlist.c | ||
adlist.h | ||
ae.c | ||
ae.h | ||
anet.c | ||
anet.h | ||
benchmark.c | ||
BETATESTING.txt | ||
BUGS | ||
COPYING | ||
dict.c | ||
dict.h | ||
Makefile | ||
README | ||
redis-cli.c | ||
redis.c | ||
redis.conf | ||
sds.c | ||
sds.h | ||
test-redis.tcl | ||
TODO | ||
zmalloc.c | ||
zmalloc.h |
Check the 'doc' directory. doc/README.html is a good starting point :)