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
When redis servers contain credentials that have URL-reserved characters, it is not possible to pass them un-encoded, as the URI parsing fails.
However, passing them URL-encoded makes them be passed verbatim to the connection object, making it fail.
Add an option to allow users to decide if credentials should be URL-decoded before passing them to the connection object.
Relates to shlinkio/shlink-common#133
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When redis servers contain credentials that have URL-reserved characters, it is not possible to pass them un-encoded, as the URI parsing fails.
However, passing them URL-encoded makes them be passed verbatim to the connection object, making it fail.
Add an option to allow users to decide if credentials should be URL-decoded before passing them to the connection object.
Relates to shlinkio/shlink-common#133
The text was updated successfully, but these errors were encountered: