Searched refs:cliSendCommand (Results 1 – 2 of 2) sorted by relevance
1081 static int cliSendCommand(int argc, char **argv, long repeat) { in cliSendCommand() function1583 if (cliSendCommand(argc,argv,repeat) != REDIS_OK) { in issueCommandRepeat()1588 if (cliSendCommand(argc,argv,repeat) != REDIS_OK) { in issueCommandRepeat()
2910 Check if the repeat value is positive in while loop of cliSendCommand().2914 Change the type of repeat argument to long for function cliSendCommand.