This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Description
It is possible to achieve High Availability in Redis by master-slave replication, but most likely the costs of operating replicas is not worth for the short unexpected downtimes. I thinks it is better to temporarily disable rate limits by skipping the queries when Redis is not reachable. This way, we can offer HA in frontend, even when we don't in Redis with minimal changes in operation.