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

[backend] Reuse Redis connection #9

Closed
petli opened this issue Mar 26, 2014 · 1 comment
Closed

[backend] Reuse Redis connection #9

petli opened this issue Mar 26, 2014 · 1 comment

Comments

@petli
Copy link
Member

petli commented Mar 26, 2014

The RedisLock now creates a new connection to Redis on each lock attempt. This connection should be reused, probably with thread-local storage unless the Redis class is thread-safe.

@artfwo
Copy link
Member

artfwo commented Mar 27, 2014

Closed by pull request #8

@artfwo artfwo closed this as completed Mar 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants