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
GCP has redis memorystore cluster. I want to test the master failover. The thing is that on failover when your primary node fails over to the replica, existing connections to Memorystore for Redis are dropped and won't be available within several seconds. The connection to redis is established once my service starts. Will the go-redis lib automatically reconnect in this case or I should establish a new connection by myself?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
GCP has redis memorystore cluster. I want to test the master failover. The thing is that on failover when your primary node fails over to the replica, existing connections to Memorystore for Redis are dropped and won't be available within several seconds. The connection to redis is established once my service starts. Will the go-redis lib automatically reconnect in this case or I should establish a new connection by myself?
Beta Was this translation helpful? Give feedback.
All reactions