MirahLabs Publications

MirahLabs Engineering Blog

Technical insights, architectural deep-dives, and system designs authored by our product engineers and AI research leads.

Active Filters: Tag: redis Clear All Filters
💻 Python
Python Jun 23, 2026

Celery and Redis: Background Job Processing at Scale

Background tasks are essential for responsive web applications. Learn how to design reliable Celery task queues with Redis, handle retries, monitor with Flower, and avoid common pitfalls.

⏱️ 10 min read Read Article
💻 Software Architecture
Software Architecture Jun 17, 2026

Cache Invalidation Strategies: Write-Through, Write-Behind, and Cache-Aside

There are only two hard things in Computer Science: cache invalidation and gaming names. Demystify write-through, write-behind, and cache-aside patterns.

⏱️ 9 min read Read Article
💻 Python
Python May 12, 2026

Redis Beyond Caching: Pub/Sub, Streams, Sorted Sets, and Distributed Locks

Redis is far more than an in-memory cache. Explore its lesser-known superpowers: Pub/Sub messaging, Redis Streams for event logs, sorted sets for leaderboards, and Redlock for distributed coordination.

⏱️ 10 min read Read Article