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
it seems Warlock( redisClient ) is using the very first redisClient passed to... and I can not create a new Warlock object with a new client in the same node.js process :)
Warlock(client1)client1.end()Warlock(client2)// unlock is not working....
The text was updated successfully, but these errors were encountered:
it seems
Warlock( redisClient )
is using the very first redisClient passed to... and I can not create a new Warlock object with a new client in the same node.js process :)The text was updated successfully, but these errors were encountered: