MemoryDB

aws/database aws/service

💡 Definition

Amazon MemoryDB for Redis is a Redis-compatible, durable, in-memory database service that delivers ultra-fast performance.

🔑 Key Concepts

⚙️ How it Works

It acts as a primary database (not just a cache). It stores data in memory for speed but also writes to a durable transaction log across multiple AZs to ensure data is not lost if a node fails.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * ElastiCache * DynamoDB