We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
README file states that this can be used as a valid URI: redis://localhost:6379?password=hello&protocol=3
redis://localhost:6379?password=hello&protocol=3
Redis specification document states otherwise: redis://user:secret@localhost:6379/0?foo=bar&qux=baz
redis://user:secret@localhost:6379/0?foo=bar&qux=baz
v9 client currently throws an error unexpected option: password password is used like example from README
unexpected option: password
Update README
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
README file states that this can be used as a valid URI:
redis://localhost:6379?password=hello&protocol=3
Expected Behavior
Redis specification document states otherwise:
redis://user:secret@localhost:6379/0?foo=bar&qux=baz
Current Behavior
v9 client currently throws an error
unexpected option: password
password is used like example from READMEPossible Solution
Update README
The text was updated successfully, but these errors were encountered: