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

Function usage

lib_acl_cpp/samples/redis/redis_geo/redis_geo.cpp:212–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212static void usage(const char* procname)
213{
214 printf("usage: %s -h[help]\r\n"
215 "-s redis_addr[127.0.0.1:6379]\r\n"
216 "-n count\r\n"
217 "-C connect_timeout[default: 10]\r\n"
218 "-T rw_timeout[default: 10]\r\n"
219 "-a cmd[geoadd|geohash|geopos|geodist|georadius|georadiusbymember\r\n",
220 procname);
221}
222
223int main(int argc, char* argv[])
224{

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…