---
title: "Announcing durability for Amazon ElastiCache for Valkey"
url: https://daily.dev/posts/announcing-durability-for-amazon-elasticache-for-valkey-gw8krp6mb
source_url: https://aws.amazon.com/blogs/database/announcing-durability-for-amazon-elasticache
type: article
source: "AWS Database Blog"
published: 2026-06-02T16:02:42.461Z
updated: 2026-06-02T17:14:32.352Z
tags: ["aws", "backend"]
reading_time: 11
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Announcing durability for Amazon ElastiCache for Valkey

**[AWS Database Blog](https://daily.dev/sources/aws-database-blog)** · 11 min read · 0 upvotes · 0 comments

## Summary

AWS announces durability support for Amazon ElastiCache for Valkey, enabling it to serve as a persistent data store in addition to a cache. Two modes are available: synchronous writes (zero data loss, single-digit millisecond write latency, data persisted across at least two AZs before acknowledging) and asynchronous writes (microsecond write latency, up to 10 seconds of potential data loss, no additional cost). Both modes preserve microsecond read latency. Performance benchmarks on r7g.4xlarge nodes at 50K and 100K TPS show asynchronous writes match non-durable ElastiCache performance, while synchronous writes add write latency but keep reads sub-millisecond. The feature uses a Multi-AZ transactional log and is available starting with Valkey 9.0 across all AWS commercial, China, and GovCloud regions.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://aws.amazon.com/blogs/database/announcing-durability-for-amazon-elasticache>

## Similar posts on daily.dev

- [AWS Introduces Durable Storage Option for ElastiCache for Valkey](https://daily.dev/posts/aws-introduces-durable-storage-option-for-elasticache-for-valkey-w3oihx74d) · InfoQ · 0 upvotes · 0 comments

---

Tags: [#aws](https://daily.dev/tags/aws), [#backend](https://daily.dev/tags/backend)

[View this post on daily.dev](https://daily.dev/posts/announcing-durability-for-amazon-elasticache-for-valkey-gw8krp6mb)
