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 230 15Aug 31 '24

Why and how you should rate-limit your API

Opening the gates This is it. Your shiny new product is ready to be released to the...

Learn More 116 8Jun 27 '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 85 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 72 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 47 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 30 4May 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 27 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 21 3Sep 16 '24

RedisJSON: Enhancing JSON Data Handling in Redis

Introduction JSON has become the standard format for data exchange in modern...

Learn More 20 1May 24 '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

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

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

Simplifying Redis Installation with Docker: A Step-by-Step Guide

In the world of modern software development, efficiency and ease of deployment are paramount. Docker...

Learn More 18 2May 6 '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

Set up a Redis Sentinel

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

Learn More 16 0Sep 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

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

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

A simple distributed lock implementation using Redis

When you want to make sure only one process modifies a given resource at a time you need a lock. When...

Learn More 15 0Jun 19 '24

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

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

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

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

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

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