TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

AWS Announces General Availability of Amazon MemoryDB for Redis

5 pointsby jeremylevyalmost 4 years ago

2 comments

ashwinv11almost 4 years ago
Super interesting. Wonder why anyone would pick something like DynamoDB over this moving forward? Seems like you lose serverless pricing, easy scaling for free, and global replication but you gain performance and don&#x27;t get locked into a proprietary database.<p>EDIT: I guess you get secondary indexes and other sorting&#x2F;querying options beyond what the Redis API offers. Also looking at current instance pricing for MemoryDB, looks like this won&#x27;t work for large datasets. You&#x27;d need to have a data retention policy in place to archive &quot;cold&quot; data.
Andysalmost 4 years ago
Will it handle clustering and failovers better than elasticache?<p>I&#x27;d hope so, given its claims about durability, and this would make it more useful than redis&#x2F;elasticache.