We use Redis for caching and to improve the speed of the database.
Redis Cloud - Annual
RedisExternal reviews
External reviews are not included in the AWS star rating for the product.
Improves database speed and helps with caching
What is our primary use case?
How has it helped my organization?
The product offers fast access to my database.
For how long have I used the solution?
I have been working with the product since 2022.
What do I think about the stability of the solution?
Since implementing the product, we have experienced stability in our applications.
What do I think about the scalability of the solution?
The solution is scalable.
How was the initial setup?
The initial setup took some time as our technical team needed to familiarize themselves with Redis. Once they gained expertise, the deployment process became straightforward and was completed within a month and a half. A seven-member team helped with the deployment.
What's my experience with pricing, setup cost, and licensing?
Redis is an open-source product.
What other advice do I have?
I rate the product an eight out of ten.
A simple, powerful, and fast solution that can be used as a main database
What is our primary use case?
Sometimes, Redis is used as a cache and sometimes as the main database.
What is most valuable?
Redis is a simple, powerful, and fast solution.
What needs improvement?
Sometimes, we use Redis as a cluster, and the clusters can sometimes suffer some issues and bring some downtime to your application.
For how long have I used the solution?
I have been using Redis for three years.
What do I think about the stability of the solution?
I rate Redis a seven or eight out of ten for stability.
What do I think about the scalability of the solution?
In our team, around 20 to 25 engineers are using the solution.
I rate Redis a nine or ten out of ten for scalability.
How are customer service and support?
The solution's technical support team was quite knowledgeable and fast.
Which solution did I use previously and why did I switch?
We previously used other solutions like DynamoDB, Elasticsearch, and Postgres for different use cases. We switched to Redis because maintaining the cluster for Elasticsearch was very complex and a lot of work. Also, the other solutions were very, very expensive.
How was the initial setup?
The solution’s initial setup is easy.
What about the implementation team?
Since we're using the AWS self-managed version, Redis can be deployed very fast if you go through the console. If you do an infrastructure, its setup will take longer. But if you just want to play with it and set it up quickly, it can be done in 10 to 15 minutes or less.
What's my experience with pricing, setup cost, and licensing?
The solution's pricing is good compared to other databases doing the same thing. It might be cheaper to use Redis in some cases and not in others. Redis is not an overpriced solution.
What other advice do I have?
Redis is deployed on-cloud in our organization.
When it started, Redis had a very simple structure, but now it has a lot of powerful data structures. Users should investigate because they can use other things for their data structure. Redis has more new use cases. Users must consider that Redis is single-threaded, which might take a toll on them when they write to Redis. This might be an issue if you need very high throughput with writes.
Overall, I rate Redis a nine out of ten.
Top caching tech
The open source, in-memory data store
It is open source and very well documented.
It consumes a lot of RAM.
Fastest caching server for the applications
A scalable solution with a very fast and easy-to-use online interface
What is our primary use case?
I use the solution for saving user sessions and user data for different applications.
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
In memory distributed caching solution
- Lots of use cases like rate limiting or caching are provided out of the box
- Has good durability (AOF and snapshot)
- Easy to use