• antirez's avatar
    Clear server.shutdown_asap on failed shutdown. · 9e5b7016
    antirez authored
    When a SIGTERM is received Redis schedules a shutdown. However if it
    fails to perform the shutdown it must be clear the shutdown_asap flag
    otehrwise it will try again and again possibly making the server
    unusable.
    9e5b7016
redis.c 99.2 KB