DEV Community

Zohaib Sibte Hassan
Zohaib Sibte Hassan

Posted on

Optimizing cache with predictive expire and compression

One of the obsecure problems in very high traffic scenarios is cache stampede or the cache miss-storm. Turns out it's not that hard to solve if you know what you are doing. Also with Redis streams picking up and people storing larger pay loads in Redis, reading or writing large payloads can be now be slower. In following talk I talk about details of not only what these problems are, but also how can we fix them. So without further ado:

Slides

Simulation demo

Resources/References

Top comments (0)