What users are saying about
Amazon RDS vs Redis
Top Rated
107 Ratings
<a href='https://www.trustradius.com/static/about-trustradius-scoring' target='_blank' rel='nofollow noopener noreferrer'>trScore algorithm: Learn more.</a>Score 9 out of 100
Based on 107 reviews and ratings
Top Rated
194 Ratings
<a href='https://www.trustradius.com/static/about-trustradius-scoring' target='_blank' rel='nofollow noopener noreferrer'>trScore algorithm: Learn more.</a>Score 8.8 out of 100
Based on 194 reviews and ratings
Likelihood to Recommend
Amazon RDS
If you're operating within the Amazon universe of cloud computing, it's almost a no-brainer to utilize [Amazon Relational Database Service (RDS)]. RDS is well suited for probably a majority of applications that are candidates to host on a cloud computing platform as it reduces overall management and complexity of your system.However, if you're doing a lot of data exporting/importing using tools that write to/read from the disk on the server, you may have challenges integrating RDS, as you have no access to the underlying host.

Verified User
Engineer in Engineering
Marketing and Advertising Company, 11-50 employeesRedis
Perfect solution for caching needs. If you have a bottleneck due to frequent data access to your database, then Redis can really help you by diverting those traffic away from your database. Its key/value pair structure also makes data lookup very efficient, providing excellent performance.

Verified User
Employee in Information Technology
Computer Software Company, 1-10 employeesFeature Rating Comparison
Database-as-a-Service
Amazon RDS
9.4
Redis
—
Automatic software patching
Amazon RDS
9.7
Redis
—
Database scalability
Amazon RDS
9.7
Redis
—
Automated backups
Amazon RDS
9.2
Redis
—
Database security provisions
Amazon RDS
9.5
Redis
—
Monitoring and metrics
Amazon RDS
8.3
Redis
—
Automatic host deployment
Amazon RDS
9.7
Redis
—
NoSQL Databases
Amazon RDS
—
Redis
8.9
Performance
Amazon RDS
—
Redis
9.6
Availability
Amazon RDS
—
Redis
8.9
Concurrency
Amazon RDS
—
Redis
8.7
Security
Amazon RDS
—
Redis
7.7
Scalability
Amazon RDS
—
Redis
8.6
Data model flexibility
Amazon RDS
—
Redis
9.3
Deployment model flexibility
Amazon RDS
—
Redis
9.3
Pros
Amazon RDS
- For engineers with experience managing databases, setup is simple. And for the uninitiated, the RDS console interface becomes intuitive with some practice.
- Not having the maintain the underlying infrastructure is a great benefit of using RDS. Patching and backups can be scheduled from the console and from then on are pretty much automated.
- Right-sizing the DB instance to perform optimally with an application can be a very simple procedure. If a DB instance is not struggling to keep up, the instance size can be scaled up with just a few clicks.
- Baseline configurations are generally sane for most RDS instances. This allows novice developers and engineers to get the most out of the service without being a complete database administrator.
Senior Systems Reliability Engineer
The Walt Disney CompanyEntertainment, 10,001+ employees
Redis
- Easy for developers to understand. Unlike Riak, which I've used in the past, it's fast without having to worry about eventual consistency.
- Reliable. With a proper multi-node configuration, it can handle failover instantly.
- Configurable. We primarily still use Memcache for caching but one of the teams uses Redis for both long-term storage and temporary expiry keys without taking on another external dependency.
- Fast. We process tens of thousands of RPS and it doesn't skip a beat.
CTO
DocuTAPComputer Software, 201-500 employees
Cons
Amazon RDS
- There should be a proper listing of all parameter groups alongside the instances that they are attached to. This would help to see which instances would be affected if a parameter group is changed.
- RDS should allow SUPER privilege to the master user. A few advanced tasks(like getting a physical backup using MySQL Enterprise Backup) fail because SUPER privilege is not available for the master user.
- A few parameters are not modifiable in the parameter groups and the access to the server filesystem is not given. This should not be the case because as an advanced user, you might want to understand things a little deeper.
Software Developer
ezDIHealth, Wellness and Fitness, 201-500 employees
Redis
- We had some difficulty scaling Redis without it becoming prohibitively expensive.
- Redis has very simple search capabilities, which means its not suitable for all use cases.
- Redis doesn't have good native support for storing data in object form and many libraries built over it return data as a string, meaning you need build your own serialization layer over it.
Lead Developer
SaaSquatchMarketing and Advertising, 11-50 employees
Likelihood to Renew
Amazon RDS
No score
No answers yet
No answers on this topic
Redis
Redis 9.2
Based on 13 answers
We will definitely continue using Redis because:1. It is free and open source.2. We already use it in so many applications, it will be hard for us to let go.3. There isn't another competitive product that we know of that gives a better performance.4. We never had any major issues with Redis, so no point turning our backs.
Senior Software Engineer
Capital OneFinancial Services, 10,001+ employees
Usability
Amazon RDS
Amazon RDS 8.7
Based on 5 answers
The vast majority of things you'd want to do in Amazon Relational Database Service are simple to accomplish and remarkably consistent across database engines. Pricing, scalability and monitoring are easy to configure. If I had one complaint, it's that database engine specific features are not well documented in AWS, requiring reading external documentation in order to use some database systems to the fullest. But for most use cases, the defaults available in AWS are simple, easy to use, and good enough.

Verified User
Professional in Information Technology
Human Resources Company, 51-200 employeesRedis
Redis 9.5
Based on 5 answers
Redis has been around for very long and it is good at what it does. It proved to be very valuable in my use case for interfacing between two applications with very little code as it has drivers for almost every language out there and the community support is really good.

Verified User
Engineer in Information Technology
Computer Software Company, 1-10 employeesSupport Rating
Amazon RDS
Amazon RDS 8.9
Based on 25 answers
The product is fairly straight forward to use, and staff as well as knowledge base is pretty good for getting answers you may need. The product is a great, flexible alternative to adding to one's own in-house infrastructure. It's especially useful for environments that you aren't sure about the overall long term need. Amazon Relational Database Service is great for environments that once you determine the long term need, can be maintained by Amazon.
President, Principal
Klaxon IT SolutionsHospital & Health Care, 11-50 employees
Redis
Redis 9.1
Based on 4 answers
The support team has always been excellent in handling our mostly questions, rarely problems. They are responsive, find the solution and get us moving forward again. I have never had to escalate a case with them. They have always solved our problems in a very timely manner. I highly commend the support team.
Vice President, Chief Architect, Development Manager and Software Engineer
WySTAR Global Retirement Solutions, a Wells Fargo CompanyFinancial Services, 10,001+ employees
Implementation Rating
Amazon RDS
No score
No answers yet
No answers on this topic
Redis
Redis 7.3
Based on 1 answer
Whitelisting of the AWS lambda functions.

Verified User
C-Level Executive in Information Technology
Civic & Social Organization Company, 1-10 employeesAlternatives Considered
Amazon RDS
Amazon Relational Database Service will probably give you everything you need from a traditional manual DB setup, except everything is managed for you. The only downside is having to pay the premium for the service; however, the trade-off of not having to deal with the intricacies involved with database administration, make it well worth it for most.
Senior Software Engineer
RocketripComputer Software, 11-50 employees
Redis
We are big users of MySQL and PostgreSQL. We were looking at replacing our aging web page caching technology and found that we could do it in SQL, but there was a NoSQL movement happening at the time. We dabbled a bit in the NoSQL scene just to get an idea of what it was about and whether it was for us. We tried a bunch, but I can only seem to remember Mongo and Couch. Mongo had big issues early on that drove us to Redis and we couldn't quite figure out how to deploy couch.

Verified User
C-Level Executive in Corporate
Financial Services Company, 11-50 employeesReturn on Investment
Amazon RDS
- Switching back to RDS from Redshift has made my BI Dashboards much more performant (though again, we're not dealing with data in the magnitudes that justify the Redshift toolset).
- It has decreased our tech debt. Engineering has been much more straight forward.
- Our uptime has been improved by removing unnecessary data migration processes.
Senior Project Manager
OnMetricInternet, 11-50 employees
Redis
- Redis has helped us increase our throughput and server data to a growing amount of traffic while keeping our app fast. We couldn't have grown without the ability to easily cache data that Redis provides.
- Redis has helped us decrease the load on our database. By being able to scale up and cache important data, we reduce the load on our database reducing costs and infra issues.
- Running a Redis node on something like AWS can be costly, but it is often a requirement for scaling a company. If you need data quickly and your business is already a positive ROI, Redis is worth the investment.

Verified User
Engineer in Engineering
Internet Company, 201-500 employeesScreenshots
Amazon RDS
Pricing Details
Amazon RDS
General
Free Trial
—Free/Freemium Version
—Premium Consulting/Integration Services
—Entry-level set up fee?
Optional
Free to try. Pay only for what you use with no minimum fee.
Amazon RDS Editions & Modules
Edition
Amazon RDS for MySQL | $0.29 ($0.58)1 |
---|---|
Amazon RDS for PostgreSQL | $0.24 ($0.48)1 |
Amazon RDS for MariaDB | $0.25 ($0.50)1 |
Amazon RDS for Oracle | $0.482 ($0.964)1 |
Amazon RDS for SQL Server | $1.02 ($1.52)1 |
- per hour, R5 Large (R5 Extra Large)
Additional Pricing Details
—Redis
General
Free Trial
Yes
Free/Freemium Version
Yes
Premium Consulting/Integration Services
Yes
Entry-level set up fee?
Optional
Redis Editions & Modules
Edition
Cloud | $388.001 |
---|
- Per Month