NoSQL(DynamoDB・Redis・ElastiCache) - AWS

最終更新日: 2026-07-27

TOP(About this memo)) > 一覧(AWS) > NoSQL(DynamoDB・Redis・ElastiCache)

DynamoDB

NoSQL、Redis、ElastiCache

NoSQLの基本

Redis(Remote Dictionary Server)

brew install redis
redis-server
redis-cli  # クライアント起動

ElastiCache

レプリカノード・複数シャードを持つメリット

読み書き時の内部動作(ハッシュスロット)

スケールインとスケールダウンの違い

クラスターモードの有効/無効とクライアントの対応

RDBのレプリケーションとの比較

保管時/転送時の暗号化

ElastiCache Serverless

Valkeyについて

構成のユースケース例