MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / cliPrintContextError

Function cliPrintContextError

src/redis-cli.c:758–761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

756}
757
758static void cliPrintContextError(void) {
759 if (context == NULL) return;
760 fprintf(stderr,"Error: %s\n",context->errstr);
761}
762
763static int isInvalidateReply(redisReply *reply) {
764 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