Whether you’re brand new to Redis or a seasoned user, there’s always more to learn. To help you get started, we compiled this list of our favorite Redis experts to follow. Whether you’r...
Read now
Blog
SEP.13.2022
3 Common Misconceptions About Object-relational Mapping
Most software developers are familiar with object-relational mapping (ORM), a coding technique that creates an abstraction layer between object-oriented programming languages and databas...
Read now
Blog
SEP.12.2022
An Introduction to the Helm Tool and Helm Charts
Manual deployments of Kubernetes clusters can be a real hassle. Installing and maintaining a cluster is a complex task unless there are automations to fast-track the process, and the pot...
Read now
Blog
SEP.12.2022
Jedis vs. Lettuce: An Exploration
I’m an explorer by heart, so when I have to make a technical decision—like, say, choosing a Redis client—I go a-spelunking. Herein is the account of my exploration of the rhyming duo of ...
Read now
Blog
SEP.9.2022
Redis Enterprise Operator for Kubernetes
To streamline the management of a Kubernetes layer, we developed our own Kubernetes controller, the Redis Enterprise Operator for Kubernetes. Unlock the cloud-native data layer by downlo...
Read now
Blog
SEP.8.2022
A Redis Hosting Option for Heroku Users
Heroku may have discontinued its free platform support for Redis, which may discourage those who have depended on it. But not to worry! Redis has several ways to add continued support, i...
Read now
Blog
AUG.31.2022
Redis Enterprise Cloud Releases Terraform Version 1.0.0
Redis is investing in its Terraform registry, helping developers manage their databases across multiple modules easily. Let’s see what new updates Redis Enterprise Cloud’s Terraform vers...
Read now
Blog
AUG.17.2022
NoSQL Data Modeling with Redis
“8 Data Modeling Patterns in Redis,” a comprehensive e-book on data modeling in NoSQL, thoroughly examines eight data models that developers can utilize in Redis to build modern applicat...
Read now
Blog
AUG.12.2022
What’s New in Redis OM Spring?
The Redis OM projects are progressing nicely. After six months of hard work, the team has created a usable and stable set of APIs for Redis Stack. We expect these 10 new features in Redi...
Read now
Blog
AUG.11.2022
Probabilistic Data Structures in Redis
Hello World! My name is Savannah, and I’m a new-ish Developer Advocate at Redis. I’ve hopped on livestream to talk about RedisJSON with our Senior Developer Advocates Justin and Guy to d...
Read now
Blog
AUG.10.2022
Building Feature Stores with Redis Enterprise on Google Cloud
Every day, more and more companies are building feature stores for machine learning (ML) with Redis and Redis Enterprise as the online feature store. In previous blog posts, we shared us...
Read now
Blog
AUG.10.2022
Introducing Our First Redis Insiders
Back in May, we launched our first ambassador program: Redis Insiders. We received a great response from the community. Now, we can introduce our first four Redis Insiders to the world. ...
Read now
Blog
AUG.8.2022
Redis as a Cache vs Redis as a Primary Database in 90 Seconds
We received a lot of good feedback on our post titled, “Learn How Redis Simplifies Your Architecture in 90 Seconds,” so we decided to do a follow-up about Redis as a cache versus Redis a...
Read now
Blog
AUG.5.2022
Native JSON Support on Azure Cache for Redis Enterprise Now Generally Available
Find new opportunities to help create a document database using native JSON support on Azure Cache for Redis Enterprise. We are excited to announce that native JSON support on Azure Cac...
Read now
Blog
AUG.4.2022
What’s Up With Redis OM for Node.JS?
Redis OM for Node.js is still in its early days, but we’re making a lot of progress. Here’s what we added in the latest version and where we’re headed. I released a preview of Redis OM ...
Read now
Blog
AUG.4.2022
Redis OM .NET Update
Embedded documents, indexed arrays, and other awesome additions to Redis OM .NET! In November 2021, we released the v0.1.0 version of Redis OM .NET (an object mapping library for Redis)...
Read now
Blog
AUG.3.2022
Data Ingestion: 6 Ways to Speed Up Your Application
Today’s world requires real-time responses – latency is the new outage, and your customers’ expectations for speed have only gone up. Real-time use cases are only possible with real-time...
Read now
Blog
JUL.29.2022
What Is a Data Pipeline?
Data has become the most valuable commodity to businesses in the 21st century. From start to finish, the success of every large corporation hinges on its ability to gather, process, mana...
Read now
Blog
JUL.19.2022
Redis Achieves ISO 27001 Cybersecurity Certification
We are excited to announce that Redis has achieved the ISO/IEC 27001:2013 cybersecurity certification! ISO/IEC 27001:2013 is an internationally recognized standard that defines best pra...
Read now
Blog
JUL.15.2022
What is Fuzzy Matching?
Fuzzy matching (FM), also known as fuzzy logic, approximate string matching, fuzzy name matching, or fuzzy string matching is an artificial intelligence and machine learning technology t...
Read now
Blog
JUL.14.2022
Bloom Filter Datatype for Redis
Click here to download the Probabilistic module which supports scalable bloom and cuckoo filters. What is a Bloom Filter? A Bloom filter is a probabilistic data structure conceived in ...