Tag

Big Key

0 views collected around this technical thread.

JD Tech
JD Tech
Jan 6, 2025 · Backend Development

Cache Big‑Key and Hot‑Key Issues: Case Study, Root‑Cause Analysis, and Mitigation Strategies

This article examines a real‑world incident where oversized and frequently accessed Redis cache keys caused cache penetration and network bandwidth saturation during a high‑traffic promotion, analyzes the underlying reasons, and presents concrete solutions and preventive measures for backend systems.

Big KeyCache PenetrationRedis
0 likes · 7 min read
Cache Big‑Key and Hot‑Key Issues: Case Study, Root‑Cause Analysis, and Mitigation Strategies
Ops Development Stories
Ops Development Stories
Aug 30, 2021 · Databases

Mastering Redis Big Key Issues: Detection, Analysis, and Efficient Deletion

This article explains how to identify oversized Redis keys, analyze their impact with built‑in commands and third‑party tools, and safely remove them using UNLINK and lazy‑free configurations to prevent performance bottlenecks.

Big KeyLazyfreeMemory Management
0 likes · 9 min read
Mastering Redis Big Key Issues: Detection, Analysis, and Efficient Deletion