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

Function cliPrintContextError

app/redis-6.2.6/src/redis-cli.c:951–954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

949}
950
951static void cliPrintContextError(void) {
952 if (context == NULL) return;
953 fprintf(stderr,"Error: %s\n",context->errstr);
954}
955
956static int isInvalidateReply(redisReply *reply) {
957 return reply->type == REDIS_REPLY_PUSH && reply->elements == 2 &&

Callers 2

cliReadReplyFunction · 0.85
issueCommandRepeatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected