Hi.
I just upgraded to using redis-cluster 7.0.0 and can see that my code via redis-py is now making an extra jump to the cluster for every set call. I tracked this down to the set command having the flag movablekeys. The set command appears to always have the key in the same place, and that any client should be able to parse the key from the command based on the other parameters.