I use the solution for saving user sessions and user data for different applications.
Redis Cloud - Annual
RedisExternal reviews
94 reviews
from
and
External reviews are not included in the AWS star rating for the product.
Top caching tech
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.
Fastest caching server for the applications
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.
A scalable solution with a very fast and easy-to-use online interface
What is our primary use case?
What is most valuable?
The online interface is very fast and easy to use.
What needs improvement?
There is a lack of documentation on the scalability of the solution.
The product should create awareness about its scalability.
For how long have I used the solution?
I have been using the solution for five years.
What do I think about the stability of the solution?
The solution is very stable.
What do I think about the scalability of the solution?
The product is very scalable.
How was the initial setup?
The initial setup is easy.
What about the implementation team?
The deployment could take one to two weeks.
What other advice do I have?
People using the solution should be aware of all the features of the solution. Overall, I rate the solution a ten out of ten.
Review on Redis
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
In memory distributed caching solution
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
- 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.
Best Key Storage
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
Speed up your app
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.
Best In-memory storage for fast data retrieval & caching
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
Cache for best redis
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.
Best in-memory database experience
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.
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.
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.
These are updated in real-time so the live data is always updated and accurate.
showing 11 - 20