Lab article · ~14 min read

Distributed Caching: Redis Cluster & Sentinel

Cache patterns (cache-aside, write-through, write-behind), Redis topology (Cluster vs Sentinel), invalidation strategies, the cache stampede that has felled more banking platforms than any disk failure, and operational patterns for sub-millisecond latency.

Redis 7 Lettuce Cache-Aside Stampede Protection Sentinel
Read article →
Coming soon

Hazelcast IMDG for in-process state

Embedded grid topology, partition awareness, and the use cases where Hazelcast wins over Redis for stateful financial workloads.

Coming soon

Cache invalidation via CDC

Driving cache invalidation from a Debezium stream of database changes — the only pattern that survives DBA-level changes the application doesn’t know about.