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
Currently it can connect only to Redis without authentication, because username and password is not passed to a client, just hostname and port.
Parse all parts of a connection string URL.
Ideally support Heroku's format of Redis add-on which looks like this:
REDIS_URL=redis://:[email protected]:7919 REDIS_TLS_URL=rediss://:[email protected]:7920
If you want this feature to be implemented, give it a thumbs up reaction, so that we can determine which features are important to you. 👍
The text was updated successfully, but these errors were encountered:
Sc won't be requiring redis gor v0.22.0. i will add this feature of caching however.
Sorry, something went wrong.
No branches or pull requests
The problem faced currently?
Currently it can connect only to Redis without authentication, because username and password is not passed to a client, just hostname and port.
How can we solve it?
Parse all parts of a connection string URL.
Ideally support Heroku's format of Redis add-on which looks like this:
The text was updated successfully, but these errors were encountered: