Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dread.c222 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()
H A Dread.h52 #define REDIS_REPLY_INTEGER 3 macro
H A Dtest.c65 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()
H A Dhiredis.c82 case REDIS_REPLY_INTEGER: in freeReplyObject()
162 r = createReplyObject(REDIS_REPLY_INTEGER); in createIntegerObject()
H A Dasync.c398 assert(reply->element[2]->type == REDIS_REPLY_INTEGER); in __redisGetSubscribeCallback()
H A DREADME.md120 * **`REDIS_REPLY_INTEGER`**:
/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c521 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 …]
H A Dsentinel.c3696 r->element[0]->type == REDIS_REPLY_INTEGER && in sentinelReceiveIsMasterDownReply()
3698 r->element[2]->type == REDIS_REPLY_INTEGER) in sentinelReceiveIsMasterDownReply()