MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / issueCommand

Function issueCommand

src/redis-cli.c:1898–1900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1896}
1897
1898static int issueCommand(int argc, char **argv) {
1899 return issueCommandRepeat(argc, argv, config.repeat);
1900}
1901
1902/* Split the user provided command into multiple SDS arguments.
1903 * 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