yeahoffline / redis-mock

Node.js redis client mock
212 stars 110 forks source link

205 fix hmset behavior #206

Open pejrak opened 2 years ago

pejrak commented 2 years ago

closes #205

Fixed by checking number of arguments, then calling callback if defined. Before, hmset function was returning void at it's start.