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

Neo4j Graph Database 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

Neo4j Graph Database
Ranking in NoSQL Databases
9th
Average Rating
8.6
Reviews Sentiment
7.7
Number of Reviews
6
Ranking in other categories
No ranking in other categories
Redis
Ranking in NoSQL Databases
3rd
Average Rating
8.8
Reviews Sentiment
5.9
Number of Reviews
26
Ranking in other categories
Managed NoSQL Databases (6th), In-Memory Data Store Services (1st), Vector Databases (2nd), AI Software Development (12th)
 

Mindshare comparison

As of June 2026, in the NoSQL Databases category, the mindshare of Neo4j Graph Database is 5.9%, up from 5.1% compared to the previous year. The mindshare of Redis is 8.5%, up from 7.5% compared to the previous year. It is calculated based on PeerSpot user engagement data.
NoSQL Databases Mindshare Distribution
ProductMindshare (%)
Redis8.5%
Neo4j Graph Database5.9%
Other85.6%
NoSQL Databases
 

Featured Reviews

RT
VP odfTechnology at Enterpi Software Solutions Private Limited
Delivers superior search and data aggregation capabilities
Neo4j helps with advanced search needs, providing good search results and aggregates compared to MongoDB. Aggregating with MongoDB can be difficult; however, with Neo4j, it's easier. Aggregating data, backing up, and creating new clusters are user-friendly from the back end. In DevOps web deployment, we noticed no database issues. We created Docker instances and set them up efficiently, managing databases up to 50 gigabytes.
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

"Enables people to understand what the business problem is and how the technology helps."
"It enables circumstances which would have been a complex problem to be simplified."
"The solution's best feature is how it differs from traditional SQL databases. It's hard to map people and find those near me in SQL, which requires long, complex queries. Neo4j Graph Database makes this easier with simpler queries. It also supports more data types, like JSON, which SQL doesn't."
"The graph modeling paradigm suits our data set well, where there may be orders of magnitude more connections between data points than data points themselves."
"It is good for search-based tasks, providing solid search results and aggregate results."
"As a graph database, I am surprised at their performance and response time."
"For now, the tool doesn't break down or stop, so it is quite stable."
"Neo4j helps with advanced search needs, providing good search results and aggregates compared to MongoDB."
"Overall, my experience with Redis has been very positive, and it has played a key role in improving performance, scalability, and system responsiveness in our back-end system."
"It makes operations more efficient. The information processing is very fast, and very responsive. It's all about the technology."
"The online interface is very fast and easy to use."
"Overall, I want to say that Redis truly adds value, especially for low latency and high throughput use cases."
"Redis is a simple service that does what it promises."
"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 has multiple valuable features such as being a free and reliable open-source tool."
"Redis is good for distributed caching management."
 

Cons

"There are things I found unintuitive or difficult to understand, however I can't say this is a deficiency in the product and likely more a function of my relatively low experience."
"For me, when the tool was deployed on an on-premises model, it was a little bit difficult the first time."
"There are concerns about performance and whether the tool can necessarily scale to provide the solution."
"The only problem is that the community is quite small."
"The tool could improve by having more resources, especially for Golang, which we use. It lacks good basic libraries and doesn't have an ORM (Object-Relational Mapping) tool, which many NoSQL databases have. We thought about building an ORM for the Neo4j Graph Database but are too busy."
"So far, we have not had any issues and are happy with the product in general."
"The solution's pricing for a local installation is very expensive."
"The initial setup took some time as our technical team needed to familiarize themselves with Redis."
"Managing memory efficiently and troubleshooting issues can sometimes require additional tooling, so these areas can also be improved."
"The development of clusters could improve. Additionally, it would be helpful if it was integrated with Amazon AWS or Google Cloud."
"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."
"There is room for AWS to provide more options for server types or a way to configure more or less memory for them."
"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."
 

Pricing and Cost Advice

"The solution is open source so that you can use it for free. They also offer an enterprise version with its billing. If your company is earning well, I suggest using the enterprise version. Otherwise, you can deploy it on your own cloud and pay based on usage."
"The tool is not expensive."
"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."
"Redis is an open-source product."
report
Use our free recommendation engine to learn which NoSQL Databases solutions are best for your needs.
900,644 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Financial Services Firm
15%
Construction Company
11%
University
8%
Computer Software Company
7%
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 is your experience regarding pricing and costs for Neo4j?
The solution is open source so that you can use it for free. They also offer an enterprise version with its billing. If your company is earning well, I suggest using the enterprise version. Otherwi...
What needs improvement with Neo4j Graph Database?
The only problem is that the community is quite small.
What is your primary use case for Neo4j Graph Database?
We have used Neo4j in microservices. In one of the microservices, we used Neo4j since we have some requirements similar to MongoDB plus Elasticsearch. It performs both functions. Instead of doing t...
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

Walmart, Telenor, Wazoku, Adidas, Cerved, GameSys, eBay, Schleich, ICIJ, die Bayerisch, Megree, InfoJobs, LinkedIn
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 Neo4j Graph Database vs. Redis and other solutions. Updated: June 2026.
900,644 professionals have used our research since 2012.