Home
last modified time | relevance | path

Searched refs:addReplyStatus (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Ddebug.c473 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 Daof.c1625 addReplyStatus(c,"Background append only file rewriting scheduled"); in bgrewriteaofCommand()
1627 addReplyStatus(c,"Background append only file rewriting started"); in bgrewriteaofCommand()
H A Dnetworking.c405 void addReplyStatus(client *c, const char *status) { in addReplyStatus() function
614 while (help[blen]) addReplyStatus(c,help[blen++]); in addReplyHelp()
H A Drdb.c2428 addReplyStatus(c,"Background saving scheduled"); in bgsaveCommand()
2436 addReplyStatus(c,"Background saving started"); in bgsaveCommand()
H A Dhyperloglog.c1570 addReplyStatus(c,encodingstr[hdr->encoding]); in pfdebugCommand()
H A Ddb.c838 addReplyStatus(c,type); in typeCommand()
H A Dserver.c2991 addReplyStatus(c, reply); in addReplyCommandFlag()
3025 addReplyStatus(c, "movablekeys"); in addReplyCommand()
H A Dserver.h1451 void addReplyStatus(client *c, const char *status);