Home
last modified time | relevance | path

Searched refs:cliSendCommand (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c1081 static int cliSendCommand(int argc, char **argv, long repeat) { in cliSendCommand() function
1583 if (cliSendCommand(argc,argv,repeat) != REDIS_OK) { in issueCommandRepeat()
1588 if (cliSendCommand(argc,argv,repeat) != REDIS_OK) { in issueCommandRepeat()
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES2910 Check if the repeat value is positive in while loop of cliSendCommand().
2914 Change the type of repeat argument to long for function cliSendCommand.