Searched refs:addReplyStatus (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | debug.c | 473 addReplyStatus(c,"Ziplist structure printed on stdout"); in debugCommand() 516 addReplyStatus(c,d); in debugCommand() 529 addReplyStatus(c,d); in debugCommand() 626 addReplyStatus(c,"Apparently Redis did not crash: test passed"); in debugCommand()
|
| H A D | aof.c | 1625 addReplyStatus(c,"Background append only file rewriting scheduled"); in bgrewriteaofCommand() 1627 addReplyStatus(c,"Background append only file rewriting started"); in bgrewriteaofCommand()
|
| H A D | networking.c | 405 void addReplyStatus(client *c, const char *status) { in addReplyStatus() function 614 while (help[blen]) addReplyStatus(c,help[blen++]); in addReplyHelp()
|
| H A D | rdb.c | 2428 addReplyStatus(c,"Background saving scheduled"); in bgsaveCommand() 2436 addReplyStatus(c,"Background saving started"); in bgsaveCommand()
|
| H A D | hyperloglog.c | 1570 addReplyStatus(c,encodingstr[hdr->encoding]); in pfdebugCommand()
|
| H A D | db.c | 838 addReplyStatus(c,type); in typeCommand()
|
| H A D | server.c | 2991 addReplyStatus(c, reply); in addReplyCommandFlag() 3025 addReplyStatus(c, "movablekeys"); in addReplyCommand()
|
| H A D | server.h | 1451 void addReplyStatus(client *c, const char *status);
|