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
Hi, I’m new to node-redis and have a question about its behavior when connecting to a Redis Cluster. If a failover or node replacement occurs, how does Node-Redis handle topology updates? For example, in Java, Lettuce has an adaptive topology refresh mechanism triggered by commands like MOVED etc. and also supports periodic topology refreshes. Does Node-Redis have similar mechanisms for handling these scenarios?
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
-
Hi, I’m new to node-redis and have a question about its behavior when connecting to a Redis Cluster. If a failover or node replacement occurs, how does Node-Redis handle topology updates? For example, in Java, Lettuce has an adaptive topology refresh mechanism triggered by commands like MOVED etc. and also supports periodic topology refreshes. Does Node-Redis have similar mechanisms for handling these scenarios?
Beta Was this translation helpful? Give feedback.
All reactions