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

87 reviews
from G2

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


    Ghoshita N.

Good tool for in-memory data structure store

  • April 10, 2023
  • Review provided by G2

What do you like best about the product?
We can cache the data using Redis Enterprise. We recently planned to rebuild our platform and opted for using this tool for data caching so that the dependency on the MySQL database would be reduced, resulting in fewer server spikes.
What do you dislike about the product?
Support is not that helpful if we are stuck. So, this service should be improve
What problems is the product solving and how is that benefiting you?
We can cache the data using Redis Enterprise. We recently planned to rebuild our platform and opted for using this tool for data caching so that the dependency on the MySQL database would be reduced, resulting in fewer server spikes.


    Transportation/Trucking/Railroad

In memory distributed caching solution

  • April 03, 2023
  • Review provided by G2

What do you like best about the product?
- Various data structures are provided
- Lots of use cases like rate limiting or caching are provided out of the box
- Has good durability (AOF and snapshot)
- Easy to use
What do you dislike about the product?
- Cluster management are harder to build and its Enterprise SaaS are expensive
What problems is the product solving and how is that benefiting you?
Redis helped us build caching mechanism easily, allowing more RPS to traditional databases.


    Vikash K.

Best to handle real quick data transfer

  • March 07, 2023
  • Review provided by G2

What do you like best about the product?
The way redis is useful in the recent time application is really next level stuff. The ram usage and the ability to have fast transfer mechanism and store in cache is best.
What do you dislike about the product?
The simplicity and tool is little old style feel to have in use. The GUI based version can bring it up to next level in terms of using it further. Other than that everything is lit.
What problems is the product solving and how is that benefiting you?
It helps to make our application faster and responsive. And important aspect it helps to gain us realtime usage of data very quicky and achieve and good time constraint over other.


    Nimisha S.

Redis great as K/V cache.

  • January 31, 2023
  • Review verified by G2

What do you like best about the product?
reliable and scalable: when working with a cluster (and if you have a proper sharding strategy), your DB can scale to a pretty high number and not die in the middle of any spike. Both the client and the command line tool are easy to use and well-documented.
What do you dislike about the product?
There's no GUI for managing the keys and values stored in REDIS. Lack of some basic permission, there should be a way of having a user with restricted commands (i.e: no keys, now write command, etc.).
What problems is the product solving and how is that benefiting you?
REDIS is used as chance storage in our data visualization application where responsive time is key . This in-memory database helped to solve many of the use cases we've had with our product like user-based caching and real-time analytics.


    Vishvjit S.

Best for storing sessions.

  • November 18, 2022
  • Review verified by G2

What do you like best about the product?
I always prefer Redis because it's so convenient and helpful when it comes to storing sessions. Redis stores data in memory so that reading and writing data using Redis is the fastest so the website's performance is enhanced. and the major benefit of using it is that I don't have to write so many lines of code.
What do you dislike about the product?
I don't dislike anything about Redis, but it was not easy to use I had to debug my code so many times.
What problems is the product solving and how is that benefiting you?
I started using Redis because we wanted our website to work faster our website was working properly but it was working slowly after storing some cookies and sessions so Redis came for the save and after that day I always used Redis for storing any key-value pair type of data.


    Madhav P.

Best Key Storage

  • October 10, 2022
  • Review verified by G2

What do you like best about the product?
I can easily access its database using the command line interface and also starting it up is easy. Easily accessible Session keys it is the market leader for session keys in my point of view
What do you dislike about the product?
It has too many options regarding its starting kit for a new person to learn it, there are not many documentations available on it for internet, it would do some good if there could be some extensive documentation for its all basic features as well as advanced features
What problems is the product solving and how is that benefiting you?
i can easily store all fo my clients sessions key in one place saving precious file storage and using Redis server instead which reduced my AWS costs


    Abhishek J.

Used Radis for Cache Implementation

  • January 18, 2022
  • Review provided by G2

What do you like best about the product?
I used redis in my project for implementing the cache mechanism. it is very fast and reliable.
Also like the redis command line (redis cli) easy to add, remove and update the value in the redis server.
What do you dislike about the product?
In redis command line when we start writing any command it will not give any suggestions or automatically fill the command like other cli tools we can use tab button it will automatically fill the remaining command.
What problems is the product solving and how is that benefiting you?
I have designed the cache mechanism using the redis. Whenever someone hits the API for the first time the response I am storing int the redis server. And next time when user hit the API with the same data the response will get return from the redis itself.
It save the extra https calls and improved the performance of the whole application.
Recommendations to others considering the product:
You can use redis as a caching server or it also work very good as no SQL database.


    Ashish M.

The Best In-Memory Database for Cache

  • January 11, 2022
  • Review verified by G2

What do you like best about the product?
Speed !!, as Redis is an in-memory DB, it is very fast, which is its USP. It is very simple to use, just need to insert data in a key-value format, and it will work. Redis can also be used primary database but I have used it as caching only. the key-value read operation is very fast probably in a few milliseconds.
What do you dislike about the product?
very few apps where you don't dislike anything, Redis is one of them, I am using Redis for the last 2 years, yet found nothing to dislike. In the case of a large value, it may take a few extra milliseconds to process.
What problems is the product solving and how is that benefiting you?
We are using it as cache, and it has brought down our response time by 10 times, as compared to DB call. We have used the hash operation also, which is again an excellent function from Redis. We have a requirement for TTL in our documentation, with Redis we are able to handle that too with ease.


    Food Production

Speed up your app

  • January 04, 2022
  • Review verified by G2

What do you like best about the product?
Redis is highly stable, and when caching the data, it increases application speed by a considerable amount. It is highly reliable, easy to set up, widely used, and beginner-friendly. The community support is good.
What do you dislike about the product?
It does not support a variety of data types, so you'll have to do the conversion while writing and reading from it.
What problems is the product solving and how is that benefiting you?
We are increasing the speed of e-commerce app by caching different data leading to considerable improvement in User experience.


    Akshay P.

Best In-memory storage for fast data retrieval & caching

  • December 27, 2021
  • Review verified by G2

What do you like best about the product?
Redis provides in-memory database so it is very helpful to retrieve data faster & it can be used as caching also.
What do you dislike about the product?
It is in-memory database so it is not suitable to perform Relational actions like join & complex queries
What problems is the product solving and how is that benefiting you?
As of now we are using Redis to store cache data for social-media analytics