Tag

Hash Slots

1 views collected around this technical thread.

Full-Stack Internet Architecture
Full-Stack Internet Architecture
Mar 17, 2025 · Databases

Understanding Redis Cluster Hash Slots: Concepts, Calculation, Allocation, and Dynamic Scaling

This article explains Redis cluster hash slots, how they partition data across 16,384 slots, the CRC16-based slot calculation, slot allocation to nodes, and demonstrates dynamic scaling operations such as adding, reshaping, and removing nodes with practical command‑line examples.

Data ShardingDynamic ScalingHash Slots
0 likes · 9 min read
Understanding Redis Cluster Hash Slots: Concepts, Calculation, Allocation, and Dynamic Scaling
Practical DevOps Architecture
Practical DevOps Architecture
May 8, 2023 · Databases

Redis Performance Testing and Cluster Slot Mechanism Overview

This article explains how to use redis-benchmark for performance testing, compares single‑node and cluster throughput, and details Redis Cluster's hash‑slot architecture, including CRC16 hashing, slot allocation, scaling considerations, and operational nuances.

DatabaseHash SlotsRedis
0 likes · 4 min read
Redis Performance Testing and Cluster Slot Mechanism Overview