In the /src/redis-cli.c. file, Line 5194. Checking the return value of clusterManagerSetSlot is mandatory, since the operation of assigning a slot to the target node is critical for the integrity of the cluster. An unsuccessful execution of this operation should interrupt the migration process in order to avoid an inconsistent state of slot allocation in the cluster.