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

Redis Cloud

Redis | 1

Reviews from AWS Marketplace

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

External reviews

104 reviews
from G2

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


    Rajat Garg

Disappointing Experience - Misleading Commitments

  • November 05, 2024
  • Review verified by AWS Marketplace

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 verified 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 verified 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 verified 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.


    Gambling & Casinos

For advance use cases, you better go with 100% supported-features Redis providers

  • September 15, 2023
  • Review provided by G2

What do you like best about the product?
Easy integration, great support, easy to use and built in basic ui monitoring
What do you dislike about the product?
It's not really redis. They have different features. For example: No support for redis cluster which is a big problem and their alternative is not supported by redis clients in Nodejs.
What problems is the product solving and how is that benefiting you?
Same as any other redis cloud provider.


    Carlos V.

The open source, in-memory data store

  • July 29, 2023
  • Review verified 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.


    Deepak M.

Fastest caching server for the applications

  • June 01, 2023
  • Review provided by G2

What do you like best about the product?
Redis cache helps boost any application performance and it's very easy to integrate in different programming languages, I like the way we can store any value against a key and retrieve it quickly as we need. I've used it in the Laravel application for caching the post counts on every view.
What do you dislike about the product?
Pricing is a big factor when we need to store a large amount of data and scale the Redis DB to increase the performance, though It's obvious it will be costly as it keeps a lot of data in memory to serve quickly.
What problems is the product solving and how is that benefiting you?
Every application needs to retrieve some of the data frequently and Redis provides us in-memory database which makes access to the data faster than other Database solutions. so with the help of Redis cache, we can enhance the application performance significantly.


    Laxman T.

Review on Redis

  • May 06, 2023
  • Review verified by G2

What do you like best about the product?
Redis is used for caching the data, and communication in microservices using pub and sub-features. It helps in improving application performance.
What do you dislike about the product?
Lack of proper documentation, no graphical user interface. It is difficult for beginners to learn
What problems is the product solving and how is that benefiting you?
Redis helped in improving web application performance with caching the rest-API responses and sharing the data between microservices using pub and sub-features in redis