Tag

Hash Slot

0 views collected around this technical thread.

Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jun 10, 2025 · Databases

Top Redis Cluster Interview Questions and Expert Answers

Explore essential Redis Cluster interview questions covering slot count, hashing mechanisms, use cases, configuration options, hash slots, hash tags, node ports, and consistency model, providing concise answers that help candidates master the core concepts and excel in technical interviews.

ClusterConfigurationDatabase
0 likes · 4 min read
Top Redis Cluster Interview Questions and Expert Answers
Top Architect
Top Architect
Apr 27, 2020 · Backend Development

Consistent Hashing: Principles, Optimizations, Graceful Scaling and Comparison with Redis HashSlot

This article explains the concept of consistent hashing, its application in distributed cache load balancing, analyzes issues like data skew and cache avalanche, presents virtual‑node optimizations with Java test code, discusses graceful scaling strategies, and compares it to Redis’s HashSlot and P2P approaches.

Hash Slotconsistent hashingdistributed cache
0 likes · 21 min read
Consistent Hashing: Principles, Optimizations, Graceful Scaling and Comparison with Redis HashSlot
Beike Product & Technology
Beike Product & Technology
Jul 9, 2017 · Databases

Understanding Redis Cluster: Architecture, Slot Management, and Fault Tolerance

This article explains Redis Cluster’s distributed architecture, the 16,384 hash slot mechanism, node addition and removal, decentralised request routing, fault‑tolerance through master‑slave replication, slot migration without service interruption, and the internal data structures that enable these features.

ClusterDatabaseHash Slot
0 likes · 10 min read
Understanding Redis Cluster: Architecture, Slot Management, and Fault Tolerance