actually dial i/o timeout much bigger than DialTimeOut in ClusterOptions #2640
Unanswered
IcefireCgrbza
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to test my system's downgrading abilit, so I mock redis sigstop error using kill -SIGSTOP. When redis sigstop happen, redis get and set command using go-redis becoming very slow. It cost bigger than 10 second when go-redis return dial i/o timeout error. I dont understand why timeout happen so slow, can anyone explain it?
my system is using redis cluster mode, go-redis version is v8.11.5, cluster client initialization code like below:
Beta Was this translation helpful? Give feedback.
All reactions