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
Currently we support a single Redis node but not a read-only replica setup. This has made it hard to test certain configurations, leading to bugs such as TL-36554 slipping through. Would be great to be able to easily test a production-like setup.
Sam has the configuration for Redis sentinel which we could use as a starting point.