MCPcopy Create free account
hub / github.com/F-Stack/f-stack / clusterManagerPrintNotClusterNodeError

Function clusterManagerPrintNotClusterNodeError

app/redis-6.2.6/src/redis-cli.c:5588–5593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5586}
5587
5588static void clusterManagerPrintNotClusterNodeError(clusterManagerNode *node,
5589 char *err)
5590{
5591 char *msg = (err ? err : "is not configured as a cluster node.");
5592 clusterManagerLogErr("[ERR] Node %s:%d %s\n", node->ip, node->port, msg);
5593}
5594
5595/* Execute redis-cli in Cluster Manager mode */
5596static void clusterManagerMode(clusterManagerCommandProc *proc) {

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected