Introduction
Resharding hash slots helps balance data across Redis cluster nodes so no single node gets too busy or full.
When adding a new node to a Redis cluster and you want to move some data to it.
When some nodes have too many keys and others have fewer, causing uneven load.
When you want to improve performance by spreading data more evenly.
When removing a node and you need to move its data to other nodes.