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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: