You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: