We originally saw this behaviour in our actual custom redis module. We wondered if it was because when a node became master we were causing a few SET calls to be made on the master in the handler function. So we created an extremely simple module to test the theory and sure enough it ...