Skip to content
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 a high availability redis #1140

Closed
bennsimon opened this issue Aug 26, 2022 · 1 comment
Closed

Add support for a high availability redis #1140

bennsimon opened this issue Aug 26, 2022 · 1 comment

Comments

@bennsimon
Copy link
Member

At the moment openSRP only supports redis standalone setup which does not offer high availability or scaling features. To increase the availability of redis we need to add support for redis sentinel or redis cluster since they both support automatic failover incase one of its nodes goes down. However on top of automatic failover redis cluster offers scaling with data sharding which would be suitable for handling larger data and providing faster access to it.

@bennsimon
Copy link
Member Author

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant