概要 AWS CodeDeploy による Blue-Green deployment を行っている. Deployment 先は Windows Server 2016. ElastiCache Redis で cache/session を管理している. Release 時に新 module (green) については cache が無い状態で参照させたい. 可能であれば flushall ではなく, 特定の key を削除したい. 旧 module (blue) で cache 作成後, 新 module で当該の cache を読み込むとエラーになる. 検証 特定の cache key…