No more typing reviews! Try our Samantha, our new voice AI agent.

IBM Cloud Databases for Redis vs Redis comparison

 

Comparison Buyer's Guide

Executive SummaryUpdated on Mar 15, 2026

Review summaries and opinions

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Categories and Ranking

IBM Cloud Databases for Redis
Ranking in In-Memory Data Store Services
8th
Average Rating
5.6
Number of Reviews
3
Ranking in other categories
No ranking in other categories
Redis
Ranking in In-Memory Data Store Services
1st
Average Rating
8.8
Reviews Sentiment
5.9
Number of Reviews
26
Ranking in other categories
NoSQL Databases (3rd), Managed NoSQL Databases (6th), Vector Databases (2nd), AI Software Development (12th)
 

Mindshare comparison

As of June 2026, in the In-Memory Data Store Services category, the mindshare of IBM Cloud Databases for Redis is 4.3%, up from 1.2% compared to the previous year. The mindshare of Redis is 21.6%, up from 17.8% compared to the previous year. It is calculated based on PeerSpot user engagement data.
In-Memory Data Store Services Mindshare Distribution
ProductMindshare (%)
Redis21.6%
IBM Cloud Databases for Redis4.3%
Other74.1%
In-Memory Data Store Services
 

Featured Reviews

Ravi Raushan Kumar - PeerSpot reviewer
Software Engineer at ValueMomentum
Caching has boosted real-time performance and reduces database load for critical workloads
While my overall experience with IBM Cloud Databases for Redis has been positive, there are a few areas it could improve. One challenge is pricing transparency and cost predictability. While the flexibility in scaling is great, it can sometimes be difficult to estimate costs upfront, especially for dynamic workloads. Another area is limited low-level configuration control compared to self-managed Redis. Since it is a managed service, certain advanced tuning options or configurations are restricted, which can be limiting for very specific use cases. I have also noticed that scaling operations can take time, depending on the changes, which may not be ideal during sudden traffic spikes. One area that could be further improved in IBM Cloud Databases for Redis is documentation and the onboarding experience. While the documentation is generally helpful, it can sometimes lack deep real-world examples or best practices for specific use cases including large scaling, caching strategies, eviction policies, or performance tuning. Having more practical guides would make it easier for developers to get started and optimize their setups. Another area is support responsiveness and depth. Basic support is good, but for more complex and performance-related issues, quicker access to more specialized experts would be beneficial. Additionally, improvements in monitoring and debugging tools, such as more detailed insights into cache hit or miss ratios, memory usage patterns, and latency breakdown, would help diagnose and optimize performance more effectively. Overall, enhancing documentation, advanced support, and available tools would make the platform even more robust and developer-friendly, especially for teams running mission-critical workloads.
Varuns Ug - PeerSpot reviewer
Senior Software Developer at NIT
Caching has accelerated complex workflows and delivers low latency for high-traffic microservices
A few features of Redis that I use on a day-to-day basis and feel are among the best are extremely low latency and high throughput. Since Redis is in-memory, it makes it ideal for cases such as caching and rate limiting where response time is critical. TTL expiry support is very useful in Redis as it allows me to automatically evict stale data without manual cleanup, which is something I use heavily in my caching strategy. Another point I can mention is that the rich data structures such as strings, hashes, and even sorted sets are very powerful. I have used strings for caching responses and counters, whereas I have used hashes for storing structured objects. One more feature I can tell you about is atomic operations. Redis guarantees atomicity for operations such as incrementing a counter, which is very useful for rate limiting and avoiding race conditions in distributed systems. Finally, I want to emphasize that Redis is easy to scale and integrate, whether through clustering or using a distributed cache across microservices. Redis has impacted my organization positively by providing default support that is very useful. For metrics, in one of my core systems, introducing Redis as a distributed cache helped me achieve around an 80% cache hit rate, which reduced repeated downstream services. Real API latency also improved from around two seconds to approximately 450 milliseconds for P99. It also helped reduce the load on dependent services and databases, which improved overall system reliability.

Quotes from Members

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Pros

"Overall, its speed, simplicity, and managed nature on IBM Cloud make it a reliable component in building a scalable and responsive backend system."
"IBM Cloud Databases for Redis is a caching solution for our e-commerce company, implemented on websites to reduce page loading time and improve website performance, which is why we purchased this solution."
"IBM Cloud Databases for Redis has had a very positive impact on my organization across performance, scalability, and operational efficiency."
"Redis provides an easy setup and operation process, allowing users to quickly connect and use it without hassle."
"The in-memory data makes it fast."
"Redis acts as an in-memory search tool that improves the speed of operations, allowing for quicker data retrieval and enhancing the performance of applications."
"The solution's technical support team is good...The solution's initial setup process was straightforward."
"Overall, I want to say that Redis truly adds value, especially for low latency and high throughput use cases."
"I use Redis mostly to cache repeated data that is required."
"The product offers fast access to my database."
"Redis has multiple valuable features such as being a free and reliable open-source tool."
 

Cons

"One area is pricing transparency and cost optimization. While the service is powerful, it can become expensive at scale."
"They are simply selling false hope to customers, and their solution is neither feasible nor integratable."
"One challenge is pricing transparency and cost predictability; while the flexibility in scaling is great, it can sometimes be difficult to estimate costs upfront, especially for dynamic workloads."
"The only thing is the lack of a GUI application. There was a time when we needed to resolve an issue in production. If we had a GUI, it would have been easier."
"The development of clusters could improve. Additionally, it would be helpful if it was integrated with Amazon AWS or Google Cloud."
"Redis should have an option to operate without Docker on a local PC."
"The tool should improve by increasing its size limits and handling dynamic data better. We use the client ID or associate it with a key for static content. The solution will not be easy for a beginner. Unless you understand SQL data, it will be difficult to understand and use Redis. It also needs to be user-friendly."
"There is room for AWS to provide more options for server types or a way to configure more or less memory for them."
"Redis presents a single point of failure and lacks fault tolerance."
"For the PubSub feature, we had to create our own tools to monitor the events."
"Sometimes, we use Redis as a cluster, and the clusters can sometimes suffer some issues and bring some downtime to your application."
 

Pricing and Cost Advice

Information not available
"Redis is an open-source solution. There are not any hidden fees."
"Redis is not an overpriced solution."
"The tool is open-source. There are no additional costs."
"We saw an ROI. It made the processing of our transactions faster."
"Redis is an open-source product."
report
Use our free recommendation engine to learn which In-Memory Data Store Services solutions are best for your needs.
900,747 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
No data available
Financial Services Firm
24%
Computer Software Company
10%
University
6%
Comms Service Provider
6%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
No data available
By reviewers
Company SizeCount
Small Business11
Midsize Enterprise6
Large Enterprise10
 

Questions from the Community

What needs improvement with IBM Cloud Databases for Redis?
While my overall experience with IBM Cloud Databases for Redis has been positive, there are a few areas it could improve. One challenge is pricing transparency and cost predictability. While the fl...
What is your primary use case for IBM Cloud Databases for Redis?
My main use cases for IBM Cloud Databases for Redis are caching and performance optimization. I use it to store frequently accessed data such as API responses and database query results, which help...
What advice do you have for others considering IBM Cloud Databases for Redis?
One additional aspect that stands out to me is its operational simplicity combined with reliability. Features including automated backup and point-in-time recovery give confidence when working with...
What needs improvement with Redis?
Overall, Redis is a powerful and reliable tool, but there are a few areas for improvement. One limitation is that Redis is memory-based, so scaling can become expensive compared to disk-based syste...
What is your primary use case for Redis?
My main use case for Redis is caching frequently accessed data to improve performance and reduce database load. For example, I cache API responses and user-related data so that repeated requests ca...
What advice do you have for others considering Redis?
My main advice for those looking into using Redis is to focus on the use case; Redis excels where low latency is critical, such as caching, session management, or real-time features, rather than us...
 

Also Known As

No data available
Redis Enterprise
 

Overview

 

Sample Customers

Information Not Available
1. Twitter 2. GitHub 3. StackOverflow 4. Pinterest 5. Snapchat 6. Craigslist 7. Digg 8. Weibo 9. Airbnb 10. Uber 11. Slack 12. Trello 13. Shopify 14. Coursera 15. Medium 16. Twitch 17. Foursquare 18. Meetup 19. Kickstarter 20. Docker 21. Heroku 22. Bitbucket 23. Groupon 24. Flipboard 25. SoundCloud 26. BuzzFeed 27. Disqus 28. The New York Times 29. Walmart 30. Nike 31. Sony 32. Philips
Find out what your peers are saying about IBM Cloud Databases for Redis vs. Redis and other solutions. Updated: June 2026.
900,747 professionals have used our research since 2012.