Closed mapolonio closed 6 years ago
According to official documentation (https://github.com/NodeRedis/node_redis#pmessage-pattern-channel-message), the callback function in .on('pmessage', callback) should be called with the channel as second argument but was being called with the pattern.
.on('pmessage', callback)
According to official documentation (https://github.com/NodeRedis/node_redis#pmessage-pattern-channel-message), the callback function in
.on('pmessage', callback)
should be called with the channel as second argument but was being called with the pattern.