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.


    Sezer D.

Cache for best redis

  • December 24, 2021
  • Review provided by G2

What do you like best about the product?
It is in a good position in terms of cache performance and usage in the market. The most ideal storage to store your keys and values.
What do you dislike about the product?
There is nothing I dislike about Redis in general. It is quite useful. There are many client leir and management tools connected by the software.
What problems is the product solving and how is that benefiting you?
Saving session keys for cache and session management with Redis. we used it for scenarios such as quick reading of config information at the start of our applications.


    Computer Software

Best in-memory database experience

  • December 18, 2021
  • Review verified by G2

What do you like best about the product?
The speed and simplicity are amazing.
Easy to understand and implement.
Stores data in memory, therefore, can perform a huge number of read and write operations per second.
What do you dislike about the product?
If the system abruptly restarts, data is lost.
If we enable real-time data backup to disk in order to avoid the above issue, resource utilization skyrockets.
Also, logging makes things run slower.
What problems is the product solving and how is that benefiting you?
We store a large number of key-value pairs in different fields.
These are updated in real-time so the live data is always updated and accurate.


    Ankit L.

best caching in memory DB

  • December 02, 2021
  • Review provided by G2

What do you like best about the product?
too much lightweight with API interaction
support in AWS and many other clouds services
support many types of data types to match use case of many caching scenarios
What do you dislike about the product?
Single thread nature hang sometimes on many request
Not reliable for real time DB due to lack of session handling
Documentation is not proper to understand deeply
What problems is the product solving and how is that benefiting you?
in memory caching


    Information Technology and Services

Remote Dictionary Server

  • November 29, 2021
  • Review provided by G2

What do you like best about the product?
Fast read and write
Clustering and Distributing between servers
A lot of variation in data types.
What do you dislike about the product?
Single-Threaded. You won't benefit from having multi-core CPUs.
Lack of documentation; debugging can be onerous
What problems is the product solving and how is that benefiting you?
I am solving caching-related problems with Redis.
user sessions handling, much easier than using a relational database to do it


    Information Technology and Services

Best cache management tool

  • November 24, 2021
  • Review provided by G2

What do you like best about the product?
It's super fast and gives our application lightning fast.
What do you dislike about the product?
Setting up redis is little complicated if you're a noob
What problems is the product solving and how is that benefiting you?
Making our application fast.


    Dhyey T.

Best In memory cache

  • September 21, 2021
  • Review provided by G2

What do you like best about the product?
Easy to setup and use as a caching layer between your application layer and database layer
What do you dislike about the product?
I have used it in mid sized application, found nothing that can be Said as big issue
What problems is the product solving and how is that benefiting you?
Optimizing database queries using caching layer


    Gambling & Casinos

Redis Review

  • August 20, 2021
  • Review provided by G2

What do you like best about the product?
It is a good tool for database management platforms, handle multiple users session, provide object-based information very fast. It is straightforward to install and is a very cost-effective solution. It gives the ability to manage and handle caching requirements and is thus very effective for performance. It can provide outstanding performance and efficiency with large amount of data also. Updates are pushed promptly and have rich community support. Helps business in growth
What do you dislike about the product?
Redis cluster needs to know to clients who manage it. Proper knowledge of topology and overhead configurations is required. Sometimes issue handling failovers inside the cluster due to master/slave node configuration issues. Redis doesn't provide local storage in object forms. Data serialization needs to be addressed.
What problems is the product solving and how is that benefiting you?
We use Redis as our data structure repository. It keeps key-value data store. It supports many datatypes, and caching helps the persistence of data. The speed of this system is phenomenal.


    Computer Software

Redis Enterprise on multi cloud platform

  • August 10, 2021
  • Review provided by G2

What do you like best about the product?
the highest levels of availability in geographically distributed environments, effortless scaling to any dataset sizes, and significant cost reduction to enterprise customers
What do you dislike about the product?
It is a bit difficult task to learn how to use Redis from the documentation
What problems is the product solving and how is that benefiting you?
Redis supports data structure like Hash, String, Lists, and sets


    Computer Networking

Highly scalable distributed cache

  • July 30, 2021
  • Review verified by G2

What do you like best about the product?
It's very easy to integrate and easy to scale. Rich in lot of Data Structure and Algorithm.
What do you dislike about the product?
Nothing such. I haven't faced any issue so far.
What problems is the product solving and how is that benefiting you?
We are using redis as a distributed cache. It's very easy to use and easy to scale. performance is also good.


    Seung Cheol Kim .

Best caching solution

  • July 28, 2021
  • Review provided by G2

What do you like best about the product?
I was able to easily build a key value data store using redis. Using the replication function of redis 3.0, we were able to respond effectively to failures. Redis is used for session management of applications. It is also used to centrally manage meta data.
What do you dislike about the product?
You should keep in mind that Redis's cache TTL operates in a sampling manner. If you need to process Expired Event of a large amount of data, CPU usage may increase.
What problems is the product solving and how is that benefiting you?
Used for DB query result cache. It was used as an application session store. It was also used for application development based on TTL Expired Event.