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 #1374

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

kajinamit
Copy link
Contributor

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 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.
@tobias-urdin tobias-urdin merged commit 56cb907 into gnocchixyz:master Feb 29, 2024
23 checks passed
@kajinamit kajinamit deleted the sentinel-ipv6 branch March 4, 2024 10:39
@tobias-urdin
Copy link
Contributor

@Mergifyio backport stable/4.6

Copy link
Contributor

mergify bot commented Aug 20, 2024

backport stable/4.6

✅ Backports have been created

tobias-urdin added a commit that referenced this pull request Aug 20, 2024
Redis: Fix sentinel fallbacks with IPv6 address (backport #1374)
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