Home
last modified time | relevance | path

Searched refs:REDIS_REPLY_ERROR (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dread.h55 #define REDIS_REPLY_ERROR 6 macro
H A Dread.c376 cur->type = REDIS_REPLY_ERROR; in processItem()
402 case REDIS_REPLY_ERROR: in processItem()
H A Dhiredis.c92 case REDIS_REPLY_ERROR: in freeReplyObject()
116 assert(task->type == REDIS_REPLY_ERROR || in createStringObject()
H A Dasync.c455 if (((redisReply*)reply)->type == REDIS_REPLY_ERROR) { in redisProcessCallbacks()
H A DREADME.md117 * **`REDIS_REPLY_ERROR`**:
/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c806 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 …]
H A Dredis-benchmark.c211 if (reply == (void*)REDIS_REPLY_ERROR) { in readHandler()
220 if (r->type == REDIS_REPLY_ERROR && lasterr_time != now) { in readHandler()
H A Dsentinel.c2367 r->type == REDIS_REPLY_ERROR) { in sentinelPingReplyCallback()
2410 if (r->type != REDIS_REPLY_ERROR) in sentinelPublishReplyCallback()