You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use redis cluster config address [ "172.18.239.134:6379","172.18.239.133:6379", "172.18.239.132:6379"]
main.go:55: error while applying config: failed to reach redis: got 4 elements in cluster info address, expected 2 or 3
The text was updated successfully, but these errors were encountered:
FYI we're relying on the go-redis lib to connect with redis and someone got the same issue as you.
It seems that the lib we're using is not compatible with redis 7 in cluster mode. Is it the version of redis you're using?
I let you read the thread for more details but the issue is on the current version of go-redis (8.x). The new version (9) should solve the issue but it's still under development redis/go-redis#2085
use redis cluster config address [ "172.18.239.134:6379","172.18.239.133:6379", "172.18.239.132:6379"]
main.go:55: error while applying config: failed to reach redis: got 4 elements in cluster info address, expected 2 or 3
The text was updated successfully, but these errors were encountered: