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. 05, 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. 04, 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. 04, 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. 03, 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 ...
Read now
Blog
Jul. 12, 2022
Redis Use Case Examples for Developers
Redis has a great reputation – but where’s it used? Developers rely on Redis Enterprise for critical use cases across several industries. Learn several scenarios where Redis has made a d...
Read now
Blog
Jul. 07, 2022
How to Migrate Data from Redis Open Source to Redis Enterprise in Under 5 Minutes
Migrating data from one data source to another creates a great risk for a business. There is a chance for a number of things to go wrong like data loss, dataset schema changes causing se...
Read now
Blog
Jul. 02, 2022
How to Install Redis CLI Without Installing Redis Server (Even on Windows)
Redis CLI is invaluable for writing software for getting to know a new module. If you didn’t have a Redis command line interface, understanding Redis’ data structures and testing connect...
Read now
Blog
Jul. 01, 2022
High Availability Architecture Demystified
What is high availability architecture? A high available architecture is when there are a number of different components, modules, or services that work together to maintain optimal per...
Read now
Blog
Jun. 28, 2022
13 Years Later – Does Redis Need a New Architecture?
Redis is a bedrock technology and, as such, we occasionally see people considering alternative architectures. A few years ago, this was brought up by KeyDB, and recently a new project, D...
Read now
Blog
Jun. 17, 2022
Schemaless Databases: Pros and Cons
What is a schemaless database? A schemaless database manages information without the need for a blueprint. The onset of building a schemaless database doesn’t rely on conforming to cert...
Read now
Blog
Jun. 17, 2022
The Importance of Database Persistence and Backups
We recently had an opportunity to work with the Cohesity team to verify integration between Helios and Redis Enterprise as a step in onboarding into the Redis Technical Partner Program. ...
Read now
Blog
Jun. 15, 2022
Making the Fast, Faster! Methodically Improving Redis Performance
Redis is developed with a great emphasis on performance. We do our best with every release to ensure you’ll experience a very stable and fast product. Nevertheless, if you’re finding ro...
Read now
Blog
Jun. 02, 2022
Kipp Eyes E-commerce Opportunity Through Real-Time Payment Approval
According to eMarketer, “worldwide e-commerce sales will exceed $5 trillion for the first time, accounting for more than a fifth of overall retail sales” in 2022. With independent, Main ...
Read now
Blog
Jun. 01, 2022
Redis Clustering Best Practices With Multiple Keys
What is a key anyway in Redis? The original intention of Redis (or any key-value store) was to have a particular key, or identifier, for each individual piece of data. Redis quickly stre...
Read now
Blog
May. 31, 2022
The Data Economy: Taking a Data-Driven Approach to Customer Experience
The Data Economy is a video podcast series about leaders who use data to make positive impacts on their business, customers, and the world. To see all current episodes, explore the podca...
Read now
Blog
May. 27, 2022
Database Consistency Explained
What is database consistency? Database consistency is defined by a set of values that all data points within the database system must align to in order to be properly read and accepted....