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

README redis URI example not correct #2788

Closed
kilgaloon opened this issue Nov 5, 2023 · 0 comments · Fixed by #2789
Closed

README redis URI example not correct #2788

kilgaloon opened this issue Nov 5, 2023 · 0 comments · Fixed by #2789

Comments

@kilgaloon
Copy link

kilgaloon commented Nov 5, 2023

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 README

Possible Solution

Update README

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 a pull request may close this issue.

1 participant