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

Function clusterManagerPrintNotClusterNodeError

src/redis-cli.c:4675–4680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4673}
4674
4675static void clusterManagerPrintNotClusterNodeError(clusterManagerNode *node,
4676 char *err)
4677{
4678 char *msg = (err ? err : "is not configured as a cluster node.");
4679 clusterManagerLogErr("[ERR] Node %s:%d %s\n", node->ip, node->port, msg);
4680}
4681
4682/* Execute keydb-cli in Cluster Manager mode */
4683static void clusterManagerMode(clusterManagerCommandProc *proc) {

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected