Searched refs:REDIS_REPLY_INTEGER (Results 1 – 8 of 8) sorted by relevance
222 if (cur->type == REDIS_REPLY_INTEGER) { in processLineItem()226 obj = (void*)REDIS_REPLY_INTEGER; in processLineItem()382 cur->type = REDIS_REPLY_INTEGER; in processItem()404 case REDIS_REPLY_INTEGER: in processItem()
52 #define REDIS_REPLY_INTEGER 3 macro
65 if (reply->type == REDIS_REPLY_INTEGER && reply->integer == 0) { in select_database()431 test_cond(reply->type == REDIS_REPLY_INTEGER && reply->integer == 1) in test_blocking_connection()
82 case REDIS_REPLY_INTEGER: in freeReplyObject()162 r = createReplyObject(REDIS_REPLY_INTEGER); in createIntegerObject()
398 assert(reply->element[2]->type == REDIS_REPLY_INTEGER); in __redisGetSubscribeCallback()
120 * **`REDIS_REPLY_INTEGER`**:
521 entry->element[1]->type != REDIS_REPLY_INTEGER || in cliIntegrateHelp()522 entry->element[3]->type != REDIS_REPLY_INTEGER) return; in cliIntegrateHelp()813 case REDIS_REPLY_INTEGER: in cliFormatReplyTTY()947 case REDIS_REPLY_INTEGER: in cliFormatReplyRaw()977 case REDIS_REPLY_INTEGER: in cliFormatReplyCSV()2719 if (reply != NULL || reply->type == REDIS_REPLY_INTEGER) in clusterManagerShowClusterInfo()2852 if (success && reply->type == REDIS_REPLY_INTEGER) count = reply->integer; in clusterManagerCountKeysInSlot()5583 else if (src_reply->element[0]->type == REDIS_REPLY_INTEGER) in clusterManagerCommandImport()6237 if(reply == NULL || reply->type != REDIS_REPLY_INTEGER) { in getDbSize()6369 } else if(reply->type != REDIS_REPLY_INTEGER) { in getKeySizes()[all …]
3696 r->element[0]->type == REDIS_REPLY_INTEGER && in sentinelReceiveIsMasterDownReply()3698 r->element[2]->type == REDIS_REPLY_INTEGER) in sentinelReceiveIsMasterDownReply()