Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Sign in
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

REDIS - Fastest In Memory Database

  • By Atishay J.
  • on 06/21/2024

What do you like best about the product?
Redis uses the power of a general database as well as in-memory storage, which makes Redis easy to use from a developer's POV and powerful as in-memory storage.
It supports all programming languages similar to other general databases. That's why easy to integrate and implement as start using Redis to make the software faster.
What do you dislike about the product?
Redis doesn't support join or rich query language.
What problems is the product solving and how is that benefiting you?
Problem - storing millions of chunks of data and retrieving them in real time was a big issue from the latency POV as well as from the cost POV.

Solution - store and retrieve the recent chunks in Redis, then we store the collection of chunks in a single query in our permanent database after a certain amount of time to save money as well as time.


There are no comments to display