Valkey 9.0 ElastiCache t3.small Client Latency

The Valkey 9.0 ElastiCache cache.t3.small benchmark on cache.t3.small now has a real load-generator-side latency signal. The earlier latency view was an empty placeholder, this run's ECS artifact includes Embedded Metric Format samples for ElastiCache/LoadGenerator / ClientLatency with p50, p99, and p99.9.

Valkey 9.0 ElastiCache t3.small benchmark

, ::before, *::after { box-sizing: border-box, margin: 0, padding: 0, } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #f4f6f9; color: #202124; font-size: 14px; } .page-header { background: linear-gradient(135deg, #1a56db 0%, #0d47a1 100%); color: #fff; padding: 24px 32px 20px; } .page-header h1 { font-size: 20px, font-weight: 700, letter-spacing: -.2px, margin-bottom: 4px, } .page-header .meta { font-size: 12px, opacity: .75, margin-bottom: 12px, }

ElastiCache t4g.micro Results: Redis 7.1 and Valkey 7.2, 8.2, 9.0

The cache.t4g.micro result set currently splits into two useful signals: Valkey 7.2 leads throughput and client-side average latency, while Valkey 9.0 shows the lowest throughput variation and peak engine CPU. Redis 7.1 stays in the set as the Redis reference run.

Valkey 9.0 ElastiCache t4g.micro benchmark

, ::before, *::after { box-sizing: border-box, margin: 0, padding: 0, } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #f4f6f9; color: #202124; font-size: 14px; } .page-header { background: linear-gradient(135deg, #1a56db 0%, #0d47a1 100%); color: #fff; padding: 24px 32px 20px; } .page-header h1 { font-size: 20px, font-weight: 700, letter-spacing: -.2px, margin-bottom: 4px, } .page-header .meta { font-size: 12px, opacity: .75, margin-bottom: 12px, }

Valkey 8.2 ElastiCache t4g.micro benchmark

, ::before, *::after { box-sizing: border-box, margin: 0, padding: 0, } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #f4f6f9; color: #202124; font-size: 14px; } .page-header { background: linear-gradient(135deg, #1a56db 0%, #0d47a1 100%); color: #fff; padding: 24px 32px 20px; } .page-header h1 { font-size: 20px, font-weight: 700, letter-spacing: -.2px, margin-bottom: 4px, } .page-header .meta { font-size: 12px, opacity: .75, margin-bottom: 12px, }

Valkey 7.2 ElastiCache t4g.micro benchmark

, ::before, *::after { box-sizing: border-box, margin: 0, padding: 0, } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #f4f6f9; color: #202124; font-size: 14px; } .page-header { background: linear-gradient(135deg, #1a56db 0%, #0d47a1 100%); color: #fff; padding: 24px 32px 20px; } .page-header h1 { font-size: 20px, font-weight: 700, letter-spacing: -.2px, margin-bottom: 4px, } .page-header .meta { font-size: 12px, opacity: .75, margin-bottom: 12px, }

Redis 7.1 ElastiCache t4g.micro benchmark

, ::before, *::after { box-sizing: border-box, margin: 0, padding: 0, } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #f4f6f9; color: #202124; font-size: 14px; } .page-header { background: linear-gradient(135deg, #1a56db 0%, #0d47a1 100%); color: #fff; padding: 24px 32px 20px; } .page-header h1 { font-size: 20px, font-weight: 700, letter-spacing: -.2px, margin-bottom: 4px, } .page-header .meta { font-size: 12px, opacity: .75, margin-bottom: 12px, }

Hardening the ElastiCache Benchmark: Observable Lifecycle & Durable S3 Exports

AWS ElastiCache Lab (built on Amazon ElastiCache) is a repeatable performance harness for comparing cache configurations under controlled load. Each run is time-boxed, produces exportable artifacts, and tears down deterministically to keep both cost and comparability under control.

As the harness scales up (more Amazon ECS tasks, higher memory fill rate), the bottleneck often moves away from ElastiCache itself and toward the lifecycle boundary: shutdown, exports, and verification. The engine can change (Redis today, Valkey next), the boundary and evidence pipeline should not.