Articles by Tag #redis

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

How to implement a Distributed Lock using Redis

I am Dumb Well, whenever we work in our local system everything works as butter. That is...

Learn More 233 16Aug 31 '24

5 Awesome Redis Alternatives you need to know in 2025

Welcome to the world of key-value databases, where speed is king and drama is... well, unexpectedly...

Learn More 93 4Jan 26

Mastering Redis Cache Miss Handling: A Comprehensive Guide

The key to performance in modern software systems is caching, a process of maintaining, in the...

Learn More 85 1Jan 23

Redis Demystified: A Simple Introduction for System Design 🧩

You’ve probably encountered the word "Redis" many times while learning about system design. This...

Learn More 73 5Jan 26

Rate Limiting a Golang API using Redis

To put Rate Limiting in simpler words, it is a technique in which we limit the number of requests a...

Learn More 50 7Nov 12 '24

🌐 Golang RESTful API with Gin, Gorm, Redis Cache 💾

Here's a comprehensive example demonstrating Redis caching strategies and cache invalidation policies...

Learn More 41 0Oct 31 '24

How To Integrate A Distributed Cache For Payment Lookups

You know that moment when customers start hammering your "Check Payment Status" button during a flash...

Learn More 37 0Jun 30

From Zero to Redis Hero: Your First Redis Container with Docker

Redis is a lightning-fast, in-memory key-value store that’s perfect for caching, sessions, queues,...

Learn More 36 0Aug 1

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

Spring Boot + Redis: A Beginner-Friendly Guide to Supercharging Your App’s Performance

** With Redis, your Spring Boot app can become faster and handle more traffic without breaking a...

Learn More 33 0Dec 17 '24

4 Best Rate Limiting Solutions for Next.js Apps (2024)

When implementing rate limiting in a Next.js application, there are several effective solutions...

Learn More 24 3Sep 16 '24

Working on Redis streams? Don't forget these commands.

I’ve been learning and implementing Redis streams for the past few days to set up a real-time...

Learn More 24 0Dec 28 '24

Benchmarking Redis: A Beginner’s Guide to redis-benchmark

If you've ever wondered how fast your Redis server really is, or wanted to compare configurations,...

Learn More 22 1Jun 24

Set up a Redis Sentinel

Redis® Sentinel provides high availability for Redis. Redis Sentinel also provides other collateral...

Learn More 20 0Sep 18 '24

Redis Naming Conventions Every Developer Should Know

When you’re building a feature-rich application that relies on Redis, naming your keys might seem...

Learn More 20 1Jun 22

Sherlock Holmes: The Case Of Redis Overload During a DDoS Attack

It was a calm day until disaster struck. We received alerts about DDoS and brute-force attacks...

Learn More 19 0Jan 4

What is Redis? A Beginner’s Guide to Blazing-Fast Databases

If you've heard about Redis but never really understood what it is, don't worry! This article will...

Learn More 18 0Mar 30

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 18 0Aug 11

Redis vs Memcached: Which In-Memory Data Store Should You Use?

When building applications that demand lightning-fast data retrieval, caching is a game-changer....

Learn More 17 0Jan 31

Boosting Backend Performance with Distributed Cache: A Comprehensive Guide

In modern software development, caching plays a vital role in enhancing performance, reducing...

Learn More 16 0Nov 26 '24

🧠 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

Caching in FastAPI: Unlocking High-Performance Development:

In today’s digital world, every action—whether it’s swiping on a dating app or completing a...

Learn More 16 0Oct 18 '24

Redis Pub/Sub vs Redis Streams: A Dev-Friendly Comparison

Redis Pub/Sub vs Redis Streams: A Developer-Friendly Comparison Redis has two powerful...

Learn More 16 3Jan 26

How Redis Stores Data: Exploring RDB, AOF, Hybrid, and No Persistence

When working with Redis, one of the most important decisions you’ll make is how to persist data. By...

Learn More 16 1Jun 18

Understanding redis.conf: How to Configure Your Redis Server

If you're diving into Redis and wondering how to make it behave the way you want, you'll want to get...

Learn More 15 0Jun 20

Message Brokers Made Simple: Exploring Redis for Service Communication

In modern software architecture, different services or applications need to communicate with each...

Learn More 15 0Apr 28

Redis Delayed Queue: Explained Once and for All

A delayed queue is essentially a message queue that delays execution. What business scenarios is it...

Learn More 14 1Apr 14

Using Redis to build a Distributed Chat App in Go & React.js

In this blog, I've covered my approach on building a simple but scalable distributed chat application...

Learn More 14 2Mar 2

Setting up Redis in a Next.js Application

In modern web development, performance matters. Users expect pages to load instantly and real-time...

Learn More 14 0Oct 23 '24

Redis on Your Local Machine Using Docker: A Step-by-Step Guide 🚀

What is Redis and Why Should We Use It? Imagine a super-fast assistant that remembers...

Learn More 13 0Apr 3