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

74 reviews
from G2

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


    Hospital & Health Care

Perfect for real-time operations

  • May 07, 2021
  • Review provided by G2

What do you like best about the product?
How it handles large amounts of event subscriptions quickly; it contains useful data structures which allow for easy querying
What do you dislike about the product?
Lack of documentation; debugging can be onerous
What problems is the product solving and how is that benefiting you?
Handling a rapid influx and broadcast of WebRTC events with multiple subscribers. We have realised it's very quick and scaleable


    Vijay S.

It help us to improve the performance.

  • February 25, 2021
  • Review verified by G2

What do you like best about the product?
Easy Implementation with multiple technologies Java, Node etc.
What do you dislike about the product?
Improve documentation with more example.
What problems is the product solving and how is that benefiting you?
We are using Redis as middleware in NodeJS to save calls on the Database and improve performance


    Computer Software

Does the Job Pretty Good

  • January 29, 2021
  • Review provided by G2

What do you like best about the product?
Fast Key Value Hash operations.
Slow Latency.
Expired Keys
Cloudwatch Integration.
What do you dislike about the product?
Single Threaded. You won't benefit from having multi-core CPUs.
Lack of having a GUI client
Maybe lack of good training materials. I always find difficulty finding answers. It's either out of date or takes a lot of time to get answers to what I want
What problems is the product solving and how is that benefiting you?
Mostly caching. We used to cache the locations of the sales users in real time inside Redis.


    mohammad d.

Moderate Experience

  • January 24, 2021
  • Review provided by G2

What do you like best about the product?
Sharing cache between microservices with high performance
What do you dislike about the product?
I haven't yet experienced any downsides of using Redis
What problems is the product solving and how is that benefiting you?
Redis helped me solve the shared cache problem and Pub/Sub communication between my microservices


    Mohamad F.

used redis with different apps including shared caching and as message broker

  • January 22, 2021
  • Review provided by G2

What do you like best about the product?
the best about redis is the persistent volumes and how much it is fast to save and retrieve data . also publishing and subscribing message broker which i use as events is so helpful.
What do you dislike about the product?
it is intenteded to solve various problems , cant see any downsides.
What problems is the product solving and how is that benefiting you?
the best solution comes with redis, is when the memory cache is no more beneficial between different apps. here where the strong point of redis appears, rather than no fear of any app shutdown since all the volumes are persistent.


    Mohammad E.

A Good Distributing in Memory Caching Service

  • January 22, 2021
  • Review provided by G2

What do you like best about the product?
A lot of variation in data types.
Perfect for read-intensive applications.
Supports many programming languages.
The replication feature is very useful.
What do you dislike about the product?
Sometimes the documentation is very clear
The data querying could be improved
What problems is the product solving and how is that benefiting you?
We solved many problems such as
- Sharing of cache between multiple microservices
- We usually put the data read-intensive records in the cache for example the tending news for news website


    Anand S.

Best Cache store

  • January 20, 2021
  • Review provided by G2

What do you like best about the product?
We used it save the reservation data in cache for faster ii experience.
What do you dislike about the product?
There is nothing which I disliked as of now.
What problems is the product solving and how is that benefiting you?
Slow read from rdbms where caching the reservation data helps in quick response time.


    Shawn B.

Scaled our Php Systems 100x and turned a 1 hour lag ELK cluster into realtime.

  • January 19, 2021
  • Review verified by G2

What do you like best about the product?
Its an all in one Utility Pack that uses very little memory on startup. I have used it for storing XML hotel master data as Tables rows. While caching inventory as Key/Values and as a Broker to improve performance for the ELK stack. The distributed cache makes it even faster when using multiple data-centers across continents.
What do you dislike about the product?
It has a very old pre-compiled version for Windows.
What problems is the product solving and how is that benefiting you?
Our greatest challenge was Session replication & Session storage for our LAMP Php websites. We were subject to use sticky session based Load-balancing, but as soon as we realized Redis can store Php sessions, we started focusing on development instead of platform scaling. We increased our site/hits by 100x times and sales by 10x within a short period. We also used Redis as a broker for the ELK stack to reduce lag time to almost realtime.


    Joseph P.

Best in-Memory Cache

  • January 18, 2021
  • Review provided by G2

What do you like best about the product?
A lot of useful data types to choose from such as hashes lists and self destroyed keys with timers

Fast read and write

Clustering and Distributing between servers
What do you dislike about the product?
Lack of documentation.
Difficulty running on Windows (sometimes).
What problems is the product solving and how is that benefiting you?
We have an internall betting site that is used for training and risk management assestment.At advanced levels we required realtime and low latency results for our server sometimes. we got to a point where we can rely on our results accross the userbase and asses the risk and apply the bet.
Recommendations to others considering the product:
Fast, Complete,Reliable and most fun to experiment with.


    Computer Software

Very Fast Caching System

  • January 18, 2021
  • Review provided by G2

What do you like best about the product?
Very easy to install
Great CLI
Great Queries
Multilanguage support
Integration with AWS
What do you dislike about the product?
Bad experience with Windows since I am a Windows user.
A bit expensive.
Gets complicated when using clustering.
What problems is the product solving and how is that benefiting you?
I mainly use for caching. I used it with machine learning with great benefits. A backend service runs and computes key data values for each customer and saves it in the cache. The front end user just subscribes to the values and sees live results.