Tag

Client Cache

0 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
Java Architecture Diary
Java Architecture Diary
Jul 28, 2020 · Databases

Unlock Redis 6.0 Client‑Side Caching with Lettuce: A Hands‑On Guide

This article explains Redis 6.0’s built‑in client‑side caching, demonstrates how to install Redis via Docker, configure Lettuce snapshot dependencies, write Java code to enable and test cache synchronization, monitor Redis commands, and outlines current limitations of Lettuce and Spring Boot support.

Client CacheDockerJava
0 likes · 7 min read
Unlock Redis 6.0 Client‑Side Caching with Lettuce: A Hands‑On Guide