MCPcopy Create free account
hub / github.com/acl-dev/acl / usage

Function usage

lib_acl_cpp/samples/redis/redis_cluster/redis_cluster.cpp:113–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113static void usage(const char* procname)
114{
115 printf("usage: %s -h[help]\r\n"
116 "-s redis_addr[127.0.0.1:6379]\r\n"
117 "-C connect_timeout[default: 10]\r\n"
118 "-T rw_timeout[default: 10]\r\n"
119 "-i node_id[for action: slaves]\r\n"
120 "-a cmd[slots|nodes|slaves|info|preset]\r\n",
121 procname);
122}
123
124int main(int argc, char* argv[])
125{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…