mirror of
https://github.com/fluencelabs/redis
synced 2025-07-31 00:11:56 +00:00
b91f03a4d14c166bb8ead41e5b556b1080ccd559
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.
Check the 'doc' directory. doc/README.html is a good starting point :)
Description
Languages
C
85.6%
Tcl
13.2%
Ruby
0.4%
Shell
0.4%
Makefile
0.3%
Other
0.1%