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
this is because node-redis-sentinel uses node_redis 0.12.x as a dependency. Thus new functions like batch or duplicate are not supported (because it will instantiate a 0.x12.x redisclient).
Hi,
Have you tested the batch command?
It throws a "batch is not a function". This is the sample peice of code i am using.
The text was updated successfully, but these errors were encountered: