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
II'd love to see the following info added to the documentation.
To use a redis instance that needs a password, use the following redis url:
redis://default:your_password@redis:6379
For redis v5, you have to use default as the username. Redis v6 introduced usernames, so you just use whatever username you have set.
default
No response
The text was updated successfully, but these errors were encountered:
Hey @dramamask 👋
Thanks for submitting this feature request. Someone from the team will be on it soon! 😄
Sorry, something went wrong.
chriswk
No branches or pull requests
Describe the feature request
II'd love to see the following info added to the documentation.
To use a redis instance that needs a password, use the following redis url:
redis://default:your_password@redis:6379
For redis v5, you have to use
default
as the username. Redis v6 introduced usernames, so you just use whatever username you have set.Background
No response
Solution suggestions
No response
The text was updated successfully, but these errors were encountered: