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

Bind to Redis connection on queue/worker creation time #40

Closed
nvie opened this issue Mar 23, 2012 · 1 comment
Closed

Bind to Redis connection on queue/worker creation time #40

nvie opened this issue Mar 23, 2012 · 1 comment

Comments

@nvie
Copy link
Collaborator

nvie commented Mar 23, 2012

Rather than binding access time (for example, when enqueue'ing), bind to the Redis connection at creation time.

This supports usecases where multiple Redis connections can be used while being managed by the currently existing connection stack mechanism.

@nvie
Copy link
Collaborator Author

nvie commented Mar 23, 2012

Fixed by 2982486.

@nvie nvie closed this as completed Mar 23, 2012
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

1 participant