Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
I am Dumb Well, whenever we work in our local system everything works as butter. That is...
Welcome to the world of key-value databases, where speed is king and drama is... well, unexpectedly...
The key to performance in modern software systems is caching, a process of maintaining, in the...
You’ve probably encountered the word "Redis" many times while learning about system design. This...
I started working on an open-source project about a year ago to build an embeddable alternative to...
To put Rate Limiting in simpler words, it is a technique in which we limit the number of requests a...
Here's a comprehensive example demonstrating Redis caching strategies and cache invalidation policies...
Not long ago, Redis was tired of being eaten alive by the hyperscalers. Amazon, Microsoft, and...
** With Redis, your Spring Boot app can become faster and handle more traffic without breaking a...
I’ve been learning and implementing Redis streams for the past few days to set up a real-time...
When implementing rate limiting in a Next.js application, there are several effective solutions...
It was a calm day until disaster struck. We received alerts about DDoS and brute-force attacks...
TL;DR: In this post I explain how you can have persistent connections to Redis using Async::Redis...
If you've heard about Redis but never really understood what it is, don't worry! This article will...
If you've ever wondered how fast your Redis server really is, or wanted to compare configurations,...
When building applications that demand lightning-fast data retrieval, caching is a game-changer....
Redis Pub/Sub vs Redis Streams: A Developer-Friendly Comparison Redis has two powerful...
In modern software development, caching plays a vital role in enhancing performance, reducing...
Redis® Sentinel provides high availability for Redis. Redis Sentinel also provides other collateral...
In modern software architecture, different services or applications need to communicate with each...
In this blog, I've covered my approach on building a simple but scalable distributed chat application...
This article explains our decision to use Redis at Woovi. Redis is a versatile database that can...
When you’re building a feature-rich application that relies on Redis, naming your keys might seem...
What is Redis and Why Should We Use It? Imagine a super-fast assistant that remembers...
Woovi is building an instant payment infrastructure for Pix (Brazil's most popular payment...
After writing about all the use cases of Redis at Woovi, the idea is to deep dive into how to...
When building modern web applications, One-Time Passwords (OTPs) are critical in two-factor...
In modern web development, performance matters. Users expect pages to load instantly and real-time...
The purpose of this article is to understand the basics of websockets and cache with a common known...
We started using Amazon SQS for our push notifications, triggering emails, etc but the way it handles...