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

Amazon MQ 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

Amazon MQ
Average Rating
8.4
Reviews Sentiment
5.9
Number of Reviews
8
Ranking in other categories
Message Queue (MQ) Software (6th)
Redis
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), AI Software Development (13th)
 

Featured Reviews

RamilCerrada - PeerSpot reviewer
Solution architect at SM Supermalls
Has provided consistent functionality across on-premise and cloud while simplifying cloud integration
I have experience with on-premise setups using ActiveMQ and RabbitMQ, but with regards to AWS, I use it via cloud only. There's a free tier with Amazon MQ based on their website, which is a six-month free trial of a single instance, allowing per month usage of either ActiveMQ or RabbitMQ, five gig of Amazon EFS storage, and for ActiveMQ, it's 20 gig of Amazon EBS storage for RabbitMQ. I did not purchase Amazon MQ through AWS Marketplace. Amazon MQ has published information about having 650 hours of free trial usage. This can be found via the AWS website by searching for AWS MQ. On a scale of one to ten, I rate Amazon MQ an eight out of ten.
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

"We have found Amazon MQ to provide scalability, robustness, and security."
"The tool's most valuable feature is its managed service aspect. It's simple to implement and use. It requires minimal effort to maintain business operations."
"The initial Amazon MQ setup is very easy both when you do it on your own or use the self-managed instance."
"Amazon MQ is managed by AWS and is easy to use."
"Amazon MQ is important for being collaborative, allowing for centralized information."
"Amazon MQ is a secure solution."
"Amazon MQ is a good solution for small and medium-sized enterprises."
"Amazon MQ is a very scalable solution."
"Redis is a simple service that does what it promises."
"The solution is fast, provides good performance, and is not too expensive."
"Redis is a powerful and reliable tool for improving application performance."
"The product offers fast access to my database."
"Since I started using Redis, I feel that the product is saving me some performance tuning time."
"It is particularly efficient for cloud-based storage and operations."
"The most valuable features of Redis are its ease of use and speed. It does not have access to the disc and it is fast."
"Redis is a simple, powerful, and fast solution."
 

Cons

"In community support, especially with distributed systems and integration, there is a need for better system organization."
"On a scale of one to 10, one being the best and 10 being the worst, I would give Amazon MQ an eight for overall performance."
"The product should improve its monitoring capabilities. It needs to improve the pricing also."
"Depending on your use cases, Amazon MQ can be cheap or expensive."
"Amazon MQ isn't a cheap tool."
"The solution needs improvement in the back end and security."
"Amazon MQ is a good solution for small and medium-sized enterprises. It's open-source software, which means it's cheaper than its competitors."
"If Amazon provided a templating engine, it would be great."
"There is room for AWS to provide more options for server types or a way to configure more or less memory for them."
"There are some features from MongoDB that I would like to see included in Redis to enhance its overall efficiency, such as the ability to perform remote behaviour. MongoDB is more efficient in handling updates than deletions and is quicker in processing updates, but it can be slower regarding deletions. This can sometimes pose a challenge, especially when dealing with large datasets or frequent data manipulations that involve deletions. In such cases, I often rewrite columns or update values instead of directly deleting data, as it can be more efficient."
"For the PubSub feature, we had to create our own tools to monitor the events."
"The development of clusters could improve. Additionally, it would be helpful if it was integrated with Amazon AWS or Google Cloud."
"Managing memory efficiently and troubleshooting issues can sometimes require additional tooling, so these areas can also be improved."
"The initial setup took some time as our technical team needed to familiarize themselves with Redis."
"I would prefer it if there was more information available about Redis. That would make it easier for new beginners. Currently, there is a lack of resources."
"Redis presents a single point of failure and lacks fault tolerance."
 

Pricing and Cost Advice

"Depending on your use cases, Amazon MQ can be cheap or expensive."
"As a client or as an end user, I would say that Google Cloud Storage or Google Cloud are cheaper than Amazon MQ."
"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 an open-source product."
"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 Message Queue (MQ) Software solutions are best for your needs.
894,738 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Financial Services Firm
20%
Comms Service Provider
13%
Government
6%
Manufacturing Company
6%
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 Business2
Midsize Enterprise3
Large Enterprise3
By reviewers
Company SizeCount
Small Business11
Midsize Enterprise6
Large Enterprise10
 

Questions from the Community

What needs improvement with Amazon MQ?
Amazon MQ needs to have data collected on performance to analyze trends for improvement. Additionally, some tools can suggest how to improve performance in terms of speed, time, and processing, whi...
What is your primary use case for Amazon MQ?
I have some experience working with Amazon MQ.
What advice do you have for others considering Amazon MQ?
I have experience with on-premise setups using ActiveMQ and RabbitMQ, but with regards to AWS, I use it via cloud only. There's a free tier with Amazon MQ based on their website, which is a six-mon...
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

SkipTheDishes, Malmberg, Dealer.com, Bench Accounting
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 Amazon MQ vs. Redis and other solutions. Updated: April 2026.
894,738 professionals have used our research since 2012.