yeahoffline / redis-mock

Node.js redis client mock
213 stars 111 forks source link

Fixed callback parameters on 'pmessage' event #81

Closed mapolonio closed 6 years ago

mapolonio commented 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.