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

Redis

Jetware | 170715-redis_4_0_0

Reviews from AWS Marketplace

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

External reviews

76 reviews
from G2

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


    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.


    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


    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.


    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