·11 min read
How to stop a dead Redis cache from flooding your logs with the same error thousands of times
When your Redis cache dies, the surprise is that your app stays fast. What breaks is your logging bill. Here is why, and how a circuit breaker fixes it, including two gotchas I found by testing the code.