Tagged articles
1 articles
Page 1 of 1
Java High-Performance Architecture
Java High-Performance Architecture
Jun 23, 2015 · Databases

How to Safely Delete Master and Slave Nodes in a Redis Cluster

This guide explains the two scenarios for removing nodes from a Redis cluster—deleting a master node by first migrating its slots and then removing it, and deleting a slave node directly—along with the exact redis-trib.rb commands and verification steps to ensure successful removal.

Cluster ManagementDatabase AdministrationNode Deletion
0 likes · 3 min read
How to Safely Delete Master and Slave Nodes in a Redis Cluster