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

LaunchDarkly vs Redis comparison

 

Comparison Buyer's Guide

Executive Summary

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

LaunchDarkly
Ranking in AI Software Development
19th
Average Rating
7.8
Reviews Sentiment
5.8
Number of Reviews
10
Ranking in other categories
Feature Management (3rd)
Redis
Ranking in AI Software Development
13th
Average Rating
8.8
Reviews Sentiment
5.9
Number of Reviews
26
Ranking in other categories
NoSQL Databases (4th), Managed NoSQL Databases (6th), In-Memory Data Store Services (1st), Vector Databases (4th)
 

Mindshare comparison

As of May 2026, in the AI Software Development category, the mindshare of LaunchDarkly is 0.5%, up from 0.0% compared to the previous year. The mindshare of Redis is 0.5%, up from 0.1% compared to the previous year. It is calculated based on PeerSpot user engagement data.
AI Software Development Mindshare Distribution
ProductMindshare (%)
Redis0.5%
LaunchDarkly0.5%
Other99.0%
AI Software Development
 

Featured Reviews

reviewer2769948 - PeerSpot reviewer
Staff Software Engineer at a wholesaler/distributor with 10,001+ employees
Has increased developer confidence by enabling safe production releases using targeted feature toggles
I wish we were using more targeting in our feature toggles and I wish we were using more feature toggles as well as feature toggle dependencies. Making one feature toggle or one set of feature toggles dependent on another one would allow us to turn them all on or turn them all off at one time. For improvements in LaunchDarkly, managing team members and access to those team members was challenging. We could add team members through Terraform and do it programmatically, and then modify it through the user interface. However, once we started modifying things through the interface, we weren't able to go back to using any configuration programmatically for the team members. It made it challenging to orchestrate team member management. The other aspect I wasn't particularly fond of was when they started adding AI to the interface and deployment interface. It reminded me of old school wizards when installing software and simplified the interface too much, removing some of the engineering control I preferred.
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

"I like that it offers the ability to control the flags."
"The ability to turn off a flag is crucial when a task is not complete, especially if there is an error in a commit."
"The setup is easy."
"I appreciate that we can release any feature in production and maintain control over it."
"The best feature LaunchDarkly offers is the capability of having a feature flag that we don't have to build in-house."
"LaunchDarkly has positively impacted my organization as the value we deliver to customers is much faster, and we saved a lot by using this feature instead of implementing it ourselves."
"It has really helped during the series of product lines and faster deployment and faster development."
"The initial setup is very easy."
"The in-memory data makes it fast."
"Overall, I want to say that Redis truly adds value, especially for low latency and high throughput use cases."
"It makes operations more efficient. The information processing is very fast, and very responsive. It's all about the technology."
"Redis acts as an in-memory search tool that improves the speed of operations."
"It is particularly efficient for cloud-based storage and operations."
"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 is a powerful and reliable tool for improving application performance."
"The performance of Redis is very fast."
 

Cons

"I don't see any return on investment; I work in the platform team that has to manage the LaunchDarkly infrastructure, and I can't really see any return on investment."
"Managing team members and access to those team members was challenging. We could add team members through Terraform and do it programmatically, and then modify it through the user interface. However, once we started modifying things through the interface, we weren't able to go back to using any configuration programmatically for the team members."
"I think LaunchDarkly's customer support can be improved as it is not responsive."
"When the system has an excessive number of feature flags, managing them can become cumbersome."
"I have used LaunchDarkly for around two and a half years and I haven't faced any issues with it."
"The feature where one feature flag is dependent on another could be explored more for our usage."
"I strongly believe they need to develop a strategy for handling situations where LaunchDarkly goes down."
"Right now, no improvements are needed."
"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 should have an option to operate without Docker on a local PC."
"If we use a lot of data, it will eventually cost us a lot."
"The development of clusters could improve. Additionally, it would be helpful if it was integrated with Amazon AWS or Google Cloud."
"Redis could improve its efficiency in handling locally stored data, not just Amazon Cloud or Google Cloud."
"The initial setup took some time as our technical team needed to familiarize themselves with Redis."
"It's actually quite expensive."
"Managing memory efficiently and troubleshooting issues can sometimes require additional tooling, so these areas can also be improved."
 

Pricing and Cost Advice

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

Top Industries

By visitors reading reviews
Construction Company
14%
Financial Services Firm
10%
University
9%
Real Estate/Law Firm
9%
Financial Services Firm
24%
Computer Software Company
10%
Comms Service Provider
7%
University
6%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
By reviewers
Company SizeCount
Small Business5
Midsize Enterprise2
Large Enterprise5
By reviewers
Company SizeCount
Small Business11
Midsize Enterprise6
Large Enterprise10
 

Questions from the Community

What is your experience regarding pricing and costs for LaunchDarkly?
At my current organization, I have no experience with licensing and setup cost. However, at my previous organization, I wasn't making any decisions but got some visibility into the pricing and usag...
What needs improvement with LaunchDarkly?
I wish we were using more targeting in our feature toggles and I wish we were using more feature toggles as well as feature toggle dependencies. Making one feature toggle or one set of feature togg...
What is your primary use case for LaunchDarkly?
Currently, my main use case for LaunchDarkly is as a consumer. The application that I'm using uses LaunchDarkly as feature toggles. We toggle our flags on and off depending on what environment they...
What do you like most about Redis?
Redis is better tested and is used by large companies. I haven't found a direct alternative to what Redis offers. Plus, there are a lot of support and learning resources available, which help you u...
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...
 

Comparisons

 

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 LaunchDarkly vs. Redis and other solutions. Updated: April 2026.
894,738 professionals have used our research since 2012.