yeahoffline / redis-mock

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

[node-redis][redis-mock] HSET is not working as redis HSET #213

Open rluisb opened 1 year ago

rluisb commented 1 year ago

In node-redis (Redis) we are able to add multiple keys and values at once for a hash as we can see in this file. In redis-mock we are not able to do this as we can see on this file. I was facing this issue while writing unit tests.

devHeli0 commented 9 months ago

Same issue