-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for redis with read replication #235
Comments
So prior to today's endeavour I had been running everything locally, not within docker. It worked for me but would be a hard thing to document with many steps, and it'd be a pain to maintain for most people unless they invested in actually understanding redis and sentinel.
This is then brought up by running:
There is a problem with it that someone better than I am at docker would still need to solve.
Then to configure Totara:
Save that, and check on the next screen the cache store shows as ready. |
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.
The text was updated successfully, but these errors were encountered: