Open rluisb opened 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.
Same issue
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.