| 5161 | } |
| 5162 | |
| 5163 | static int clusterManagerCommandFix(int argc, char **argv) { |
| 5164 | config.cluster_manager_command.flags |= CLUSTER_MANAGER_CMD_FLAG_FIX; |
| 5165 | return clusterManagerCommandCheck(argc, argv); |
| 5166 | } |
| 5167 | |
| 5168 | static int clusterManagerCommandReshard(int argc, char **argv) { |
| 5169 | int port = 0; |
nothing calls this directly
no test coverage detected