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

Redis: Fix sentinel fallbacks with IPv6 address (backport #1374) #1403

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Aug 20, 2024

This fixes how the logic parses host and port from sentinel fallbacks when the host is IPv6 address. We should not use bare split by ':' because ':' is used within address representations like [::1]:6379.


This is an automatic backport of pull request #1374 done by Mergify.

This fixes how the logic parses host and port from sentinel fallbacks
when the host is IPv6 address. We should not use bare split by ':'
because ':' is used within address representations like [::1]:6379.

(cherry picked from commit e62a42c)
@tobias-urdin tobias-urdin merged commit 0873cdf into stable/4.6 Aug 20, 2024
23 of 25 checks passed
@mergify mergify bot deleted the mergify/bp/stable/4.6/pr-1374 branch August 20, 2024 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants