Articles by Tag #redis

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

I Replaced Redis with PostgreSQL (And It's Faster)

I had a typical web app stack: PostgreSQL for persistent data Redis for caching, pub/sub, and...

Learn More 317 46Jan 9

Redis Lost. Or did they?!

Not long ago, Redis was tired of being eaten alive by the hyperscalers. Amazon, Microsoft, and...

Learn More 36 10May 1 '25

More Than Cache: Architecting a Redis 8–Powered Web OS

This is a submission for the Redis AI Challenge: Beyond the Cache. JAEGIS Web OS — Beyond...

Learn More 16 0Aug 11 '25

Making Redis Optional: Why I’m pivoting to a 'Postgres-First' Architecture and why chose Valkey as alternative

I've spent the last few weeks rethinking the dependency graph of Logtide. Currently, if you want to...

Learn More 19 4Jan 21

Steady Queue: a Redis-less task backend for Django

This is a cross-post the original article on my website. A little more than a year ago I resumed...

Learn More 1 0Dec 29 '25

1M+ Req/s Heavy-Read API in Go. Production Lessons Learned

Today, I'm sharing a Distributed In-Memory Cache architecture specifically designed for Heavy-Read...

Learn More 10 1Dec 13 '25

🚀 NestJS + RedisOM: Taking State Management to the Next Level

🇪🇸 Lee este post en Español If you come from the NestJS world, you love decorators, dependency...

Learn More 2 0Jan 2

🚀 NestJS + RedisOM: Elevando el manejo de Estado a otro nivel

🇺🇸 Read this post in English Si vienes del mundo de NestJS, amas los decoradores, la inyección de...

Learn More 0 0Jan 3

Sometimes small ideas teach you the biggest lessons.

🧠 Go-URL: Building a Lightweight, Scalable URL Shortener in Go Sometimes small projects...

Learn More 4 1Oct 25 '25

🚀 A Complete Guide to Deploying SSL-Enabled Django in Docker With Nginx, PostgreSQL & Redis

A practical journey of debugging, configuring, and enabling HTTPS on a production...

Learn More 1 0Nov 28 '25

DeployEase Performance Upgrades: Task Queuing and Smart Caching for Faster AWS Deployments

Hello developers! Since my last posts about DeployEase, I’ve been working on improving the...

Learn More 1 0Nov 29 '25

🚀 Scaling to 93K RPM: Moving Quota Management from SQL to Redis

Picture this: your favorite artist just announced their upcoming concert near you. You eagerly go...

Learn More 0 1Jan 15

How I Took a Slow Node.js API from 5.7 sec 11ms Using Real Load Tests (Beginner-Friendly)

Most tutorials show you “fast Node.js code,” but they never show you what happens when you actually...

Learn More 2 0Nov 24 '25

Advanced RedisVL Long-term Memory Tutorial: Using an LLM to Extract Memories

Introduction In this weekend note, we keep talking about how to build long-term memory for...

Learn More 2 1Feb 10

Stop Flying Blind: BullMQ Queue Observability with bullstudio

If you run BullMQ in production, you already know the uncomfortable truth: Your app can look...

Learn More 1 0Jan 26

🧠 I Didn't Know Where It Was Going. I Just Kept Going.

I didn’t build orka-reasoning with a final goal in mind. There was no pitch deck. No spec. No clean...

Learn More 16 3Jul 31 '25

Architecting Resilient Caching in Symfony: Beyond get() and set()

The Symfony Cache component is often the most under-utilized tool in a developer's arsenal. Most...

Learn More 6 0Nov 21 '25

Redis: The Key to Performance and Scalability in Modern Applications

When building scalable and high-performance applications, Redis is one of the most powerful tools...

Learn More 4 0Oct 28 '25

Laravel Caching Strategies: Boost Your App Speed with Redis, Query Cache & Response Cache

"Caching is the closest thing we have to a 'magic button' for scalability. Use it wisely, and your...

Learn More 67 2Dec 19 '25

Building a Production-Ready URL Shortener with NestJS, Supabase, and Redis: A Complete Journey

TL;DR: I built a complete URL shortener using NestJS, Supabase, and Redis — packed with analytics,...

Learn More 1 0Oct 14 '25

Writes done Right : Atomicity and Idempotency with Redis, Lua, and Go

Life would have been easy if the world were filled with monolithic functions. Simple functions that...

Learn More 1 1Nov 30 '25

Common Challenges in Integrating Redis and Kafka for Real-Time Microservices Monitoring

Author: Kamal Sai Devarapalli Project: EventStreamMonitor Date: 2024 Repository:...

Learn More 0 1Dec 24 '25

Scaling Read Tracking with Redis Bitmaps

A friend recently came to me with a problem. They had designed a feature to track whether each user...

Learn More 5 0Sep 16 '25

How hating to stand in line to get my documents printed led to Building a Zero-Friction Printing Network for Campuses.

Origin of the Problem and Initial Motivation During my third year of college, I along with...

Learn More 1 0Dec 1 '25

Cross-domain Cookies: Building Less Annoying Consent Solutions

When I worked at IBM, we had a cookie preferences pop-up — as every company should: At first...

Learn More 1 0Oct 16 '25

Redis Caching Strategies: From Basics to Advanced Patterns

Redis is more than just a cache—it's a versatile data structure server that can dramatically improve...

Learn More 3 0Jan 4

The "Cache Handshake": How Laravel Events Control Next.js 16 ISR

As a Tech Lead building my own platform, I live by an old craftsman proverb: "Measure twice, cut...

Learn More 0 11Dec 22 '25

AWS ElastiCache vs MemoryDB: Which One Do You Actually Need?

I was setting up Redis on AWS and faced the classic question: ElastiCache or MemoryDB? After some...

Learn More 1 0Dec 24 '25

Performance Optimization: The Basics That Scale

Most developers wait until performance becomes a problem before doing anything about it. By then,...

Learn More 7 1Nov 11 '25

Async Task Integration: Connecting Celery with Flask-SocketIO

1. Introduction In modern web application development, the synchronous request-response...

Learn More 0 0Dec 18 '25