Fix for recovering from losing synchronous redis context while the async one is up
Force re-checking of the synchronous redis context state in case of processing
a redis notification. It is possible that redis async context is up while the
blocking one is down.