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
Hey node-redis team! I'm looking to optimize our node-redis client by utilizing the read replicas in our Elasticache cluster which have currently been idle. Since cluster mode is disabled, we can't currently utilize createCluster. I'm also weary of using two separate clients for reads and writes due to this open issue during failover (#2326)
Any suggestions on what is the best pattern to follow? Perhaps sentinels when they get released in v5?
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
-
Hey node-redis team! I'm looking to optimize our node-redis client by utilizing the read replicas in our Elasticache cluster which have currently been idle. Since cluster mode is disabled, we can't currently utilize
createCluster
. I'm also weary of using two separate clients for reads and writes due to this open issue during failover (#2326)Any suggestions on what is the best pattern to follow? Perhaps sentinels when they get released in v5?
Beta Was this translation helpful? Give feedback.
All reactions