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 231 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 92 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

EchoVault: Embeddable Redis Alternative in Go

I started working on an open-source project about a year ago to build an embeddable alternative to...

Learn More 58 0Jul 23 '24

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 49 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 40 0Oct 31 '24

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 30 0Dec 17 '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

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 22 3Sep 16 '24

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

Persistent Redis Connections in Sidekiq with Async::Redis: A Deep Dive.

TL;DR: In this post I explain how you can have persistent connections to Redis using Async::Redis...

Learn More 18 2Jul 18 '24

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

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 17 1Jun 24

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

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

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

Set up a Redis Sentinel

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

Learn More 16 0Sep 18 '24

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

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

Redis at Woovi

This article explains our decision to use Redis at Woovi. Redis is a versatile database that can...

Learn More 13 2Jul 10 '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 13 1Jun 22

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 12 0Apr 3

Simple Pub/Sub with Redis

Woovi is building an instant payment infrastructure for Pix (Brazil's most popular payment...

Learn More 11 2Jul 24 '24

Simple Cache with Redis

After writing about all the use cases of Redis at Woovi, the idea is to deep dive into how to...

Learn More 11 1Jul 23 '24

How to Generate and Verify OTPs in Next.js

When building modern web applications, One-Time Passwords (OTPs) are critical in two-factor...

Learn More 11 0Oct 24 '24

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 11 0Oct 23 '24

High-performance Chat with TypeScript, Websockets & Redis in 10min !

The purpose of this article is to understand the basics of websockets and cache with a common known...

Learn More 11 0Aug 6 '24

My AWS SQS Requests Skyrocketed to 1 Million at Month's Start. This is How I Implemented a Cost-Effective Solution.

We started using Amazon SQS for our push notifications, triggering emails, etc but the way it handles...

Learn More 11 3Aug 4 '24