Fix: redis: reliable shutdown.
Stop needs to work consistently. We don't need to be reading the
redis socket for status during the actual shutdown. That can cause
errors which will cause the node redis is stopping on to be fenced.
For the stop action, we don't gain anything by performing this kind
of status check. All we need to do is verify the pid has stopped.