Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot swap the redis client #11

Closed
behrad opened this issue Apr 1, 2015 · 1 comment
Closed

Cannot swap the redis client #11

behrad opened this issue Apr 1, 2015 · 1 comment

Comments

@behrad
Copy link

behrad commented Apr 1, 2015

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....
@behrad
Copy link
Author

behrad commented May 2, 2015

relates to TheDeveloper/scripty#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant