28 lines
698 B
Markdown
28 lines
698 B
Markdown
---
|
||
title: "Amazon ElastiCache"
|
||
type: entity
|
||
tags: [AWS, Database, In-Memory, Cache]
|
||
date: 2026-04-18
|
||
---
|
||
|
||
## Definition
|
||
Amazon ElastiCache 是 AWS 提供的全托管内存数据库服务,支持 Redis 和 Memcached,用于缓存、实时分析等场景。
|
||
|
||
## Key Characteristics
|
||
- 引擎:Redis、Memcached
|
||
- 类型:内存数据库/缓存
|
||
- 延迟:微秒级
|
||
- 复制:自动主从复制
|
||
|
||
## Use Cases
|
||
- 缓存常用数据
|
||
- 会话存储
|
||
- 实时分析
|
||
- 游戏排行榜
|
||
|
||
## Sources
|
||
- [[ctp-topic-51-architecting-with-aws-purpose-built-databases]]
|
||
|
||
## Case Studies
|
||
- Duolingo:使用 ElastiCache 缓存常见词汇和短语
|
||
- Peloton:使用 ElastiCache Redis 为客户提供即时反馈 |