yeahoffline / redis-mock

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

Add callback support for the publish command. #106

Closed vsymguysung closed 5 years ago

vsymguysung commented 5 years ago

This is necessary when you promisify the publish in test codes.

vsymguysung commented 5 years ago

@yeahoffline I am making this pull request because I found the issue where promisify(publish) won't work in test codes.