Searched refs:REDIS_REPLY_ERROR (Results 1 – 8 of 8) sorted by relevance
55 #define REDIS_REPLY_ERROR 6 macro
376 cur->type = REDIS_REPLY_ERROR; in processItem()402 case REDIS_REPLY_ERROR: in processItem()
92 case REDIS_REPLY_ERROR: in freeReplyObject()116 assert(task->type == REDIS_REPLY_ERROR || in createStringObject()
455 if (((redisReply*)reply)->type == REDIS_REPLY_ERROR) { in redisProcessCallbacks()
117 * **`REDIS_REPLY_ERROR`**:
806 case REDIS_REPLY_ERROR: in cliFormatReplyTTY()922 case REDIS_REPLY_ERROR: in cliFormatReplyRaw()970 case REDIS_REPLY_ERROR: in cliFormatReplyCSV()2353 if (info->type == REDIS_REPLY_ERROR) { in clusterManagerGetNodeRedisInfo()2798 if (reply->type == REDIS_REPLY_ERROR) { in clusterManagerSetSlot()2866 if (reply->type == REDIS_REPLY_ERROR) in clusterManagerIgnoreUnassignedErr()2979 if (reply->type == REDIS_REPLY_ERROR) { in clusterManagerMigrateKeysInSlot()3098 if (r->type == REDIS_REPLY_ERROR) { in clusterManagerMoveSlot()6210 } else if(reply->type == REDIS_REPLY_ERROR) { in sendScan()6714 if (reply->type == REDIS_REPLY_ERROR) { in statMode()[all …]
211 if (reply == (void*)REDIS_REPLY_ERROR) { in readHandler()220 if (r->type == REDIS_REPLY_ERROR && lasterr_time != now) { in readHandler()
2367 r->type == REDIS_REPLY_ERROR) { in sentinelPingReplyCallback()2410 if (r->type != REDIS_REPLY_ERROR) in sentinelPublishReplyCallback()