Caching redis
Redis Beyond Caching: Streams, Pub/Sub, and Data Structures for Real-Time Applications
- Sudhir Mangla
- Data Engineering , Database
- 23 Jan, 2026
1 The Paradigm Shift: Redis as a Primary Multi-Model Database Redis is no longer just a fast in-memory cache sitting in front of a “real” database. Many teams now run Redis as a primary, latency-c
Read More
Operational Dashboards at Milli-Scale: Materialized Views, Columnstore & Redis Read Models
- Sudhir Mangla
- Data Analytics , Data Engineering
- 05 Dec, 2025
1 The Latency Gap: Why Standard Queries Fail at Scale Operational dashboards succeed only if they stay fast. When a dispatcher refreshes a fleet view or a support agent checks live customer metric
Read More Advertisement
Mastering the Cache-Aside Pattern: An In-Depth Guide for Software Architects
- Sudhir mangla
- Cloud Design Patterns , Performance Optimization
- 16 May, 2025
1 Introduction to the Cache-Aside Pattern Modern applications often face the challenge of delivering data quickly while managing increasing loads. Have you ever clicked a button on a website and f
Read More