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

Fixed a bug that meant redis database numbers greater than zero (0) could not be used #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

uehondor
Copy link

For example

If you give the Predis connector a connection dsn similar to redis://127.0.0.1:6379/3, the expected behaviour is to use redis database 3, it doesn't.

It always uses redis db 0.

The fix was to correct a small typo in the Rhubarb/Connector/Predis file.

@indeyets
Copy link
Contributor

👍

…ould not be used

For example
If you give the Predis connector a connection dsn similar to 'redis://127.0.0.1:6379/3',
the expected behaviour is to use redis database 3, it doesn't.
It always uses redis db 0.

The fix was to correct a small typo in the Rhubarb/Connector/Predis file.
@GABAnich
Copy link

Awesome 🔥

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.

3 participants