MCPcopy Create free account
hub / github.com/F-Stack/f-stack / addReplyError

Function addReplyError

app/redis-6.2.6/src/networking.c:485–488  ·  view source on GitHub ↗

See addReplyErrorLength for expectations from the input string. */

Source from the content-addressed store, hash-verified

483
484/* See addReplyErrorLength for expectations from the input string. */
485void addReplyError(client *c, const char *err) {
486 addReplyErrorLength(c,err,strlen(err));
487 afterErrorReply(c,err,strlen(err));
488}
489
490/* See addReplyErrorLength for expectations from the input string. */
491/* As a side effect the SDS string is freed. */

Callers 15

configSetCommandFunction · 0.85
configCommandFunction · 0.85
evalGenericCommandFunction · 0.85
evalShaCommandFunction · 0.85
scriptCommandFunction · 0.85
ldbStartSessionFunction · 0.85
subscribeCommandFunction · 0.85
psubscribeCommandFunction · 0.85
sentinelCommandFunction · 0.85

Calls 2

addReplyErrorLengthFunction · 0.85
afterErrorReplyFunction · 0.85

Tested by

no test coverage detected