Thursday, August 26, 2021

MemoryDB for Redis


 

Last week, AWS announced MemoryDB for Redis, whch is a new Redis-compatible, durable, in-memory database service to deliver ultra-fast performance.

It is best suit for modern applications with microservices architectures. Industry metric says more than 13 trillion requests per day to support peaks of over 160 million requests per second.

Amazon MemoryDB is compatible with Redis, a popular open source data store. Redis is well proven industry product as most loved database for five consecutive years by Stack Overflow.

Amazon MemoryDB stores data durably across multiple Availability Zones (AZs) using a Multi-AZ transactional log to enable fast failover, database recovery, and node restarts. Delivering both in-memory performance and Multi-AZ durability, Amazon MemoryDB can be used as a high-performance primary database for your microservices applications eliminating the need to separately manage both a cache and durable database.

Technical documentations are available at https://docs.aws.amazon.com/memorydb/index.html

No comments:

Post a Comment