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

Function issueCommand

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

Source from the content-addressed store, hash-verified

2084}
2085
2086static int issueCommand(int argc, char **argv) {
2087 return issueCommandRepeat(argc, argv, config.repeat);
2088}
2089
2090/* Split the user provided command into multiple SDS arguments.
2091 * This function normally uses sdssplitargs() from sds.c which is able

Callers 2

noninteractiveFunction · 0.85
evalModeFunction · 0.85

Calls 1

issueCommandRepeatFunction · 0.85

Tested by

no test coverage detected