MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / clusterManagerCommandFix

Function clusterManagerCommandFix

src/redis-cli.c:5163–5166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected