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

Oracle Coherence 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

Oracle Coherence
Ranking in In-Memory Data Store Services
4th
Average Rating
7.8
Reviews Sentiment
5.8
Number of Reviews
31
Ranking in other categories
Database Development and Management (11th)
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 Oracle Coherence is 7.4%, down from 10.7% 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%
Oracle Coherence7.4%
Other71.0%
In-Memory Data Store Services
 

Featured Reviews

SS
Data Engineer at a financial services firm with 10,001+ employees
Facilitating real-time business insights with enhanced data querying
Coherence is beneficial due to its multi-indexing to the same object and filtering based on data attributes within the object, followed by aggregation. These features facilitate querying data with multiple keys rather than just a single key. Its real-time data processing capabilities provide insights for business decisions with up-to-date information.
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

"Oracle Coherence improved site performance and the customer experience."
"The product is great, simple, and easy to use and integrate."
"High availability, distributed calculation features, and WebLogic integration are the most valuable features to me."
"Oracle Coherence is a very good product which helps to create internet-scale applications using a high-performance grid."
"In my experience, while working on customers’ solutions where performance is a key requirement, along with robustness and stability needs, I have always found Oracle Coherence as the best solution for integrating with different Oracle products and caching data for application-specific needs."
"The biggest improvement is in speed - everything is faster from record retrieval to workflow processing."
"The Customer Facing Application response time has been improved 95%."
"Basically reducing response times to extremely small latencies in their apps."
"Redis is a simple, powerful, and fast solution."
"I use Redis mostly to cache repeated data that is required."
"The best thing about Redis is its ability to handle large amounts of data without frequently hitting the database. You can store data in temporary memory, especially for high-volume data."
"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."
"What I like best about Redis is its fast and easy use. It has interesting algorithms like HyperLogLog and provides useful features. It's also good for implementing scalable rate limiting."
"Redis is a powerful and reliable tool for improving application performance."
"Since I started using Redis, I feel that the product is saving me some performance tuning time."
"The online interface is very fast and easy to use."
 

Cons

"Would be good if the initial setup was easier."
"Complexity being a huge contributor to risk/cost for projects, I am more likely to use other products as a result."
"It is very expensive. It might not work well for small business people."
"The cross-site or cross-data center replication seems slow. This can be improved."
"Initial setup is very complex; specifically, a lot of XML effort is required."
"Data transfer performance over geographical locations. Oracle database has better performance compared to Coherence when accessed from different regions."
"Price is very high - as for any Oracle product."
"Oracle Coherence has considerable operational risks."
"There are some points where I feel Redis can be improved."
"Redis could be improved by introducing a GUI to display key-value pair database information, as it is currently a CLI tool with no visual representation."
"Redis presents a single point of failure and lacks fault tolerance."
"If we use a lot of data, it will eventually cost us a lot."
"Managing memory efficiently and troubleshooting issues can sometimes require additional tooling, so these areas can also be improved."
"The solution's pricing for a local installation is very expensive."
"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."
"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 product."
"Redis is an open-source solution. There are not any hidden fees."
"We saw an ROI. It made the processing of our transactions faster."
"The tool is open-source. There are no additional costs."
"Redis is not an overpriced solution."
report
Use our free recommendation engine to learn which In-Memory Data Store Services solutions are best for your needs.
900,644 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Financial Services Firm
29%
Computer Software Company
7%
Outsourcing Company
7%
Comms Service Provider
6%
Financial Services Firm
24%
Computer Software Company
10%
University
6%
Comms Service Provider
6%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
By reviewers
Company SizeCount
Small Business5
Midsize Enterprise3
Large Enterprise23
By reviewers
Company SizeCount
Small Business11
Midsize Enterprise6
Large Enterprise10
 

Questions from the Community

What needs improvement with Oracle Coherence?
The WebLogic Management is quite cumbersome. The initial setup is complex and time-consuming.
What is your primary use case for Oracle Coherence?
I utilize Coherence for data solutions in the financial industry. Its primary use case includes plain lookup, indexing, filtering, and aggregation.
What advice do you have for others considering Oracle Coherence?
I recommend Coherence, as I don't have any product issues. The main concerns are high pricing and a complex initial setup. Overall, I would rate Coherence as an eight out of ten.
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

Coherence
Redis Enterprise
 

Overview

 

Sample Customers

Industrial Bank of Korea, Hotelbeds, Canon Inc., Verizon, Securitas Direct Espa_a, S.A.U., CetelemEspa_aGrupo BNP Paribas, Telus
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 Oracle Coherence vs. Redis and other solutions. Updated: June 2026.
900,644 professionals have used our research since 2012.