Tag

Hot Key Detection

1 views collected around this technical thread.

JD Tech Talk
JD Tech Talk
Nov 4, 2024 · Databases

Redis 4.0 LFU Hot‑Key Detection Mechanism and Redis 6.0 Client‑Side Caching Overview

This article explains Redis 4.0's LFU‑based hot key detection mechanism, including its probabilistic counter algorithm, decay factor, and configuration options, and then describes Redis 6.0 client‑side caching with tracking, default and broadcast modes, and related protocol considerations.

Client CacheDatabaseHot Key Detection
0 likes · 12 min read
Redis 4.0 LFU Hot‑Key Detection Mechanism and Redis 6.0 Client‑Side Caching Overview
JD Cloud Developers
JD Cloud Developers
Nov 4, 2024 · Databases

How Redis LFU Detects Hot Keys and Enables Client‑Side Caching

This article explains Redis 4.0's LFU‑based hot‑key detection mechanism, the probabilistic counter algorithm, its configuration options, and how Redis 6.0 introduces client‑side caching with tracking and broadcasting modes to keep client data consistent with the server.

Client Side CachingDatabase OptimizationHot Key Detection
0 likes · 13 min read
How Redis LFU Detects Hot Keys and Enables Client‑Side Caching
NetEase Yanxuan Technology Product Team
NetEase Yanxuan Technology Product Team
Apr 6, 2022 · Backend Development

Server-Side Caching: Local, Distributed, and Multi-Level Cache Architecture Practices

Server‑side caching improves performance by trading space for time, using local caches like HashMap, Guava, Ehcache, and Caffeine, distributed caches such as Redis, and multi‑level architectures that combine in‑process, distributed, and database layers, while employing consistency patterns, monitoring, and hot‑key detection.

Cache ConsistencyCaffeineDistributed Cache
0 likes · 16 min read
Server-Side Caching: Local, Distributed, and Multi-Level Cache Architecture Practices