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
Originally posted by IcefireCgrbza July 4, 2023
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: