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

Function usage

lib_acl_cpp/samples/redis/redis_connection/redis_connection.cpp:86–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86static void usage(const char* procname)
87{
88 printf("usage: %s -h[help]\r\n"
89 "-s redis_addr[127.0.0.1:6379]\r\n"
90 "-n count\r\n"
91 "-C connect_timeout[default: 10]\r\n"
92 "-I rw_timeout[default: 10]\r\n"
93 "-S [if slice request, default: no]\r\n"
94 "-a cmd[auth|echo|ping|quit|select]\r\n",
95 procname);
96}
97
98int main(int argc, char* argv[])
99{

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…