Searched refs:REDIS_REPLY_STRING (Results 1 – 8 of 8) sorted by relevance
50 #define REDIS_REPLY_STRING 1 macro
278 obj = (void*)REDIS_REPLY_STRING; in processBulkItem()385 cur->type = REDIS_REPLY_STRING; in processItem()406 case REDIS_REPLY_STRING: in processItem()
408 test_cond(reply->type == REDIS_REPLY_STRING && in test_blocking_connection()416 test_cond(reply->type == REDIS_REPLY_STRING && in test_blocking_connection()479 …test_cond(reply != NULL && reply->type == REDIS_REPLY_STRING && memcmp(reply->str, "fast", 4) == 0… in test_blocking_connection_timeouts()
376 assert(reply->element[0]->type == REDIS_REPLY_STRING); in __redisGetSubscribeCallback()386 assert(reply->element[1]->type == REDIS_REPLY_STRING); in __redisGetSubscribeCallback()
94 case REDIS_REPLY_STRING: in freeReplyObject()118 task->type == REDIS_REPLY_STRING); in createStringObject()
127 * **`REDIS_REPLY_STRING`**:
520 entry->element[0]->type != REDIS_REPLY_STRING || in cliIntegrateHelp()816 case REDIS_REPLY_STRING: in cliFormatReplyTTY()927 case REDIS_REPLY_STRING: in cliFormatReplyRaw()980 case REDIS_REPLY_STRING: in cliFormatReplyCSV()2942 assert(entry->type == REDIS_REPLY_STRING); in clusterManagerMigrateKeysInReply()5581 if (src_reply->element[0]->type == REDIS_REPLY_STRING) in clusterManagerCommandImport()5588 assert(kr->type == REDIS_REPLY_STRING); in clusterManagerCommandImport()6101 } else if (eof && reply->type == REDIS_REPLY_STRING && in pipeMode()6222 assert(reply->element[0]->type == REDIS_REPLY_STRING); in sendScan()
2343 if (r->type == REDIS_REPLY_STRING) in sentinelInfoReplyCallback()2540 r->element[0]->type != REDIS_REPLY_STRING || in sentinelReceiveHelloMessages()2541 r->element[1]->type != REDIS_REPLY_STRING || in sentinelReceiveHelloMessages()2542 r->element[2]->type != REDIS_REPLY_STRING || in sentinelReceiveHelloMessages()3697 r->element[1]->type == REDIS_REPLY_STRING && in sentinelReceiveIsMasterDownReply()