Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dread.h50 #define REDIS_REPLY_STRING 1 macro
H A Dread.c278 obj = (void*)REDIS_REPLY_STRING; in processBulkItem()
385 cur->type = REDIS_REPLY_STRING; in processItem()
406 case REDIS_REPLY_STRING: in processItem()
H A Dtest.c408 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()
H A Dasync.c376 assert(reply->element[0]->type == REDIS_REPLY_STRING); in __redisGetSubscribeCallback()
386 assert(reply->element[1]->type == REDIS_REPLY_STRING); in __redisGetSubscribeCallback()
H A Dhiredis.c94 case REDIS_REPLY_STRING: in freeReplyObject()
118 task->type == REDIS_REPLY_STRING); in createStringObject()
H A DREADME.md127 * **`REDIS_REPLY_STRING`**:
/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c520 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()
H A Dsentinel.c2343 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()