Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ addReplyStatus
Function
addReplyStatus
app/redis-6.2.6/src/networking.c:521–523 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
519
}
520
521
void addReplyStatus(client *c, const char *status) {
522
addReplyStatusLength(c,status,strlen(status));
523
}
524
525
void addReplyStatusFormat(client *c, const char *fmt, ...) {
526
va_list ap;
Callers
9
pfdebugCommand
Function · 0.85
addReplyCommandFlag
Function · 0.85
addReplyCommand
Function · 0.85
bgsaveCommand
Function · 0.85
addReplyHelp
Function · 0.85
resetCommand
Function · 0.85
typeCommand
Function · 0.85
bgrewriteaofCommand
Function · 0.85
debugCommand
Function · 0.85
Calls
1
addReplyStatusLength
Function · 0.85
Tested by
no test coverage detected