Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Cache] Add TLS query parameter to Redis connection DSN #39602

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

Closed
wants to merge 3 commits into from

Conversation

njutn95
Copy link
Contributor

@njutn95 njutn95 commented Dec 22, 2020

Q A
Branch? 5.x
Bug fix? no
New feature? yes
Deprecations? no
Tickets N/A
License MIT
Doc PR N/A (will create it tomorrow)

As already fixed in #35503, this enables the use of TLS protocol within the DSN string.
An example DSN string

redis://127.0.0.1?tls=1

will result in

tls://127.0.0.1

@njutn95
Copy link
Contributor Author

njutn95 commented Dec 22, 2020

I've just realized that this is a duplicate of few hours older PR (#39599), so I'm closing this one in favor of the other PR.

@njutn95 njutn95 closed this Dec 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants