Sign in
Categories
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