Tag

Resharding

0 views collected around this technical thread.

Full-Stack Internet Architecture
Full-Stack Internet Architecture
Apr 30, 2025 · Databases

How to Reshard Slots in a Redis Cluster

This article explains the process of moving hash slots between nodes in a Redis cluster using the redis-cli --cluster reshard command, detailing the required parameters, interactive steps, and verification of successful slot migration.

ClusterDatabaseRedis
0 likes · 6 min read
How to Reshard Slots in a Redis Cluster
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
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Jul 28, 2015 · Databases

Introducing QDB and RebornDB: A Distributed Key‑Value Database Compatible with Redis and Supporting Dynamic Resharding

This article explains the motivations behind key‑value stores, compares Redis with the newly created QDB, and details the architecture, dynamic resharding, high‑availability mechanisms, and future improvements of the distributed database solution RebornDB.

Distributed DatabaseHigh AvailabilityKey-Value Store
0 likes · 12 min read
Introducing QDB and RebornDB: A Distributed Key‑Value Database Compatible with Redis and Supporting Dynamic Resharding