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

Pass the path parameter to deduplicate persistent connections #186

Merged
merged 1 commit into from
Apr 12, 2017

Conversation

dominics
Copy link
Contributor

When using persistent connections, Predis should be provided with a 'path' that matches the database number. This will cause the underlying connection resource to be correctly deduplicated, preventing commands from being run on the wrong database.

Fixes #185

@snc
Copy link
Owner

snc commented May 14, 2016

Can you provide a link where this is documented?

@dominics
Copy link
Contributor Author

@snc snc merged commit 92d5032 into snc:master Apr 12, 2017
@snc
Copy link
Owner

snc commented Apr 12, 2017

Thanks, merged.

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

Successfully merging this pull request may close these issues.

2 participants