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

Reviews from AWS customer

2 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 2

External reviews

80 reviews
from

External reviews are not included in the AWS star rating for the product.


    Amy B.

Amazing Product for Main Cache Provider, No Complaints

  • October 15, 2025
  • Review provided by G2

What do you like best about the product?
Just amazing product. love to use as main cache provider
What do you dislike about the product?
honestly, there is nothing much to say. no dislike.
What problems is the product solving and how is that benefiting you?
The main issue I’ve encountered is with caching. This has been a persistent problem.


    Dwaipayan B.

Redis Database review

  • September 16, 2025
  • Review provided by G2

What do you like best about the product?
Easy to implement for the projects I usually work on, like Python and Data projects and also the projects in which I have to implement Large Language Models.
What do you dislike about the product?
Sometimes for a huge amount of data, it takes a lot of time to do embedding which is why the semantic search and the over all time of the process becomes greater
What problems is the product solving and how is that benefiting you?
It is acting as a go to database for all my tasks related to Gen AI


    DO NOT opt for Private offering with REDIS

DO NOT opt for Private offering with REDIS

  • January 28, 2025
  • Review from a verified AWS customer

The redis private offering is not transparent. It is one way agreement wherein the customer cannot disengage if not satisfied by the product or service. Also, redis continues to keep invoicing even for unused services as long as the private offer is active (which BTW the customer cannot disable/deactivate/unsubscribe without redis intervention). And moreover redis team - specifically in India is not collaborative in this case as they will not cancel/disable the subscription and not even respond to the customer requests as such.

So recommended NOT TO OPT for any such traps where there is no exit in control of the customer.


    Rajat Garg

Disappointing Experience - Misleading Commitments

  • November 05, 2024
  • Review from a verified AWS customer

Our experience with Redis Enterprise on AWS Marketplace has been disappointing. First, there’s a lack of transparency around pricing, and some commitments were misleading.

Our team has reached out multiple times to our account manager, Arpan Ganguly, but we've received no response. We were assured that we could cancel the subscription at any time, but now that we’re trying to do so, we’re getting no assistance. Instead, we're being offered free coupons as an alternative, which doesn't address our need to end the subscription.

Based on our experience, I wouldn’t recommend this service.


    Vishesh P.

Redis for cache and broker in pub-sub architecture

  • October 24, 2024
  • Review provided by G2

What do you like best about the product?
I can use as queue for pub-sub architecture and fast performence
What do you dislike about the product?
Low data strcuture support and Backup for large scale application to reduce downtime.
What problems is the product solving and how is that benefiting you?
So In our application we are using redis mainly for fast caching and broker in pub-sub architecture. Redis caching we are reducing database call and store more frequently search data. We are also using redis for broken in our application for pub-sub because of It is too fast.


    Atishay J.

REDIS - Fastest In Memory Database

  • June 21, 2024
  • Review provided by G2

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.


    Financial Services

Redis: The most useful Database as cache.

  • April 11, 2024
  • Review provided by G2

What do you like best about the product?
It very simple to setup and use once you learn the basics. The datatype are very basic, but extremely performant. Redis is used every day as main part of the tech stack.
What do you dislike about the product?
The lack of out of the box support for JSON structures.
What problems is the product solving and how is that benefiting you?
Redis is always on database that always on, and has very little overhead when launched. The speed of returning data is very fast.


    Gourav U.

Best cache for Application

  • February 05, 2024
  • Review provided by G2

What do you like best about the product?
Its light weighted and easy to manange.
Fast data processing able to read write vesy fast.
What do you dislike about the product?
It can perform only delete task then no other task is performed mean while deleating read,write operation is blocked.
What problems is the product solving and how is that benefiting you?
The in memory database Redis does caching of keyvalue pair help us to serve content to user very fast.


    Rudraksh A.

Top caching tech

  • November 07, 2023
  • Review provided by G2

What do you like best about the product?
Redis is very very easy to use. We use it in our software to get frequently used data from cache instead of db which saves a lot of time in computation. Plus its pub sub system is also helpful in some areas of our software.
What do you dislike about the product?
No UI to see all its keys and values. One has to be dependent on its command line interface.
What problems is the product solving and how is that benefiting you?
To store frequently used data. Saves up a lot of time while computing.


    Carlos V.

The open source, in-memory data store

  • July 29, 2023
  • Review provided by G2

What do you like best about the product?
Is a very fast key/value data store, mainly due to the fact that is a in-memory data store, also possible to persist the data on file system.
It is open source and very well documented.
What do you dislike about the product?
Does not have a query language.
It consumes a lot of RAM.
What problems is the product solving and how is that benefiting you?
If the data fits on a key value pair, store it and retrieve data is very fast, this could be used as cache on top of other applications, or databases.