Tracking mode lets Redis invalidate a client’s local cache, which is a genuinely good feature and is not free in PHP. The feature suits an application server with…
A form that saves and redirects to a page that reads, with a replica that is 200 ms behind and a redirect that takes 40. Sticky-per-request covers the…
A deploy that flushes the cache produces two minutes of every request doing the expensive thing at once. A warmer is an admission that the cache is load-bearing,…
A deploy that changed a serialised shape needed every cached entry invalidated, and the tool for that had been FLUSHDB. Flushing invalidates everything, including the ninety per cent…
A cache entry expiring under load means every request recomputes it at once, and a lock that expires before the computation finishes makes it worse. Two things have…