forked from OT-CONTAINER-KIT/redis-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: m/s replication when using ipv6 (OT-CONTAINER-KIT#827)
* Delete unnecessary brackets wrapping the IPv6 address Signed-off-by: Jami Karvanen <[email protected]> * Extract redis address formatting into separate getRedisServerAddress function Signed-off-by: Jami Karvanen <[email protected]> * Add tests for getRedisServerAddress Signed-off-by: Jami Karvanen <[email protected]> * Use getRedisServerAddress also in cluster-scaling.go Signed-off-by: Jami Karvanen <[email protected]> --------- Signed-off-by: Jami Karvanen <[email protected]>
- Loading branch information
Showing
3 changed files
with
93 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters