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.


    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.


    Mohammad F.

used both redis cache and redis message broker and both are awesome.

  • January 18, 2021
  • Review provided by G2

What do you like best about the product?
perfect for shared memory, pub/sub is amazing as messaging broker.
What do you dislike about the product?
nothing to dislike actually , it is the best
What problems is the product solving and how is that benefiting you?
clearing cache for multiple microservices, with a subscribe event to the message broker.
shared caching for multiple microservices as well.
keeping data saved as persistent volumes due to microservices shutdown.


    Van A.

Optimal In Memory Store

  • January 18, 2021
  • Review provided by G2

What do you like best about the product?
The flexibility of using it with many programming languages.
What do you dislike about the product?
The lack of UI client
Working in Windows in a pain
Lack of good tutorials and documentation
What problems is the product solving and how is that benefiting you?
Mainly caching. Pre computing tasks that are required on each API call and save it in the cache. No need to compute if the data is already available in the cache. Saves so much time and CPU consumption.


    Mochammad Z.

My Experience of Using Redis

  • January 18, 2021
  • Review provided by G2

What do you like best about the product?
I can use redis to trigger event based actions in almost real-time. It's lightweight and easy to install on our server. The key-value data is simple too, suitable for simple use like an event parameters or something like that
What do you dislike about the product?
Its reliability is not as good as others. I've got several disconnected events and its not because of network connection. I've debugging it, and the problem is from the redis connection lost without a reason. and when i want to debug its value using Redis Commander its not as friendly as the others
What problems is the product solving and how is that benefiting you?
I can create a queue too using redis with the help of a plugin (bee-queue). I can send a trigger to another platform on-the-fly after some event triggered. So i can make my action more reactive and real time too.
Recommendations to others considering the product:
Redis is lightweight, powerful, and fast for in-memory database. If you're using it right, it will be give your platform a big boost in performance.
I can use it to trigger another event in another platform in almost realtime. But take cautions, sometime i got Redis Connection lost without any reason (and its not network problem)


    Aram M.

An amazing tool to keep data for cash, and also use as pub/sub mechanism

  • January 18, 2021
  • Review provided by G2

What do you like best about the product?
Mostly that I like is speed to reading and writing key->value data to Redis, It's a very convenient tool to use as a cashing mechanism.
Also, I like the pub/sub mechanism to use it for communication betwin microservices.
What do you dislike about the product?
The only thing that I dislike, is some issues with do querying and to get data with some data with needed conditions
What problems is the product solving and how is that benefiting you?
Mostly the cashing problems, and to keep the data that should be written and read fast and, for don't store them to that main database.
Recommendations to others considering the product:
If you want to start using microservices for enhancing your product it will a good idea to use Redis as a message broker.


    Computer & Network Security

Redis helped us in reduce the DB load, increasing the ability to serve more users at the same time

  • January 18, 2021
  • Review provided by G2

What do you like best about the product?
Redis is simple to implement yet super efficient.
What do you dislike about the product?
I don't have any subject I don't like about Redis.
What problems is the product solving and how is that benefiting you?
We have a heavy loaded DB , in our pick hours we get 20K hits/s. Redis alllows us to keep it fast and readable.


    Computer Software

Redis for Distribution Cache

  • January 17, 2021
  • Review verified by G2

What do you like best about the product?
It's provide keys-value store. Distribution of data is easy and reliable. Fast key lookup. Support for many languages.
What do you dislike about the product?
Nothing musch. Redis is single-threaded.
What problems is the product solving and how is that benefiting you?
We used redis sentinal as cache and store sessions. It's key value store that can use string, hash, list, sets as keys. We used redis as cache because it is fast to access keys and get values. 2 to power 32 keys can store per instant. In case of a failure in Redis cluster, Sentinel will automatically detect the point of failure and bring the cluster back to stable mode.


    Eranga K.

Redis for in Memory Storing.

  • January 15, 2021
  • Review provided by G2

What do you like best about the product?
I like the speed of Redis. Where I usually using Redis for storing the Authentication tokens in the memory. And it returns the response in no time. This can be accessed as a service using a HOST and a PORT, it allowed us to use Redis in a versatile infrastructure. Mostly we can use it as a sharable(Centralised) data store can be accessed from varies ends, it helps us to setup load balanced infrastructure with multiple application mirror servers.
What do you dislike about the product?
Poor querying ability is the only minus I don't like.
What problems is the product solving and how is that benefiting you?
I saved authentication token in a single sharable Redis Server, which can be accessible from multiple application servers.


    haziq a.

Awesome Product for In memory data storage

  • January 15, 2021
  • Review provided by G2

What do you like best about the product?
latency time, simplicity, keys Time to live
What do you dislike about the product?
there should be a query language. Account roles should be provided
What problems is the product solving and how is that benefiting you?
we are solving caching related problems with redis. Extremely happy for using this product.
Benefits is that redis is blazingly fast