Comment 1 for bug 1309018

Revision history for this message
Márton Kiss (marton-kiss) wrote :

I'm not sure that the above statement is valid, because I see a restart part in redis init script:

case "$1" in
  start)
..
  restart|force-reload)
        ${0} stop
        ${0} start
        ;;

This error could be related to #1309019 and redis simply failed to restart due wrong pid file configuration.