Tag

Key Hashing

1 views collected around this technical thread.

Architect
Architect
Jul 3, 2016 · Databases

Understanding Redis Cluster Partitioning Implementation

This article explains how Redis Cluster automatically distributes data across nodes, how clients locate the correct node using slot hashing and hash tags, and how resharding and slot migration are performed without downtime, providing a detailed overview of the partitioning mechanism.

ClusterKey HashingRedis
0 likes · 10 min read
Understanding Redis Cluster Partitioning Implementation