Home
last modified time | relevance | path

Searched refs:integer (Results 1 – 19 of 19) sorted by relevance

/redis-3.2.3/deps/hiredis/examples/
H A Dexample.c47 printf("INCR counter: %lld\n", reply->integer); in main()
51 printf("INCR counter: %lld\n", reply->integer); in main()
/redis-3.2.3/tests/
H A Dtest_helper.tcl99 if {[string is integer [lindex $args 0]]} {
114 if {[string is integer [lindex $args 0]]} {
123 if {[string length $level] == 0 || ![string is integer $level]} {
145 if {[llength $args] > 0 && [string is integer [lindex $args 0]]} {
162 if {[string is integer [lindex $args 0]]} {
/redis-3.2.3/deps/hiredis/
H A Dhiredis.h100 long long integer; /* The integer when type is REDIS_REPLY_INTEGER */ member
H A DREADME.md42 struct has an integer `err` field that is non-zero when an the connection is in
100 * The command replied with an integer. The integer value can be accessed using the
101 `reply->integer` field of type `long long`.
337 when `redisReaderGetReply` is called. This function returns an integer status
H A Dtest.c57 if (reply->type == REDIS_REPLY_INTEGER && reply->integer == 0) { in select_database()
391 test_cond(reply->type == REDIS_REPLY_INTEGER && reply->integer == 1) in test_blocking_connection()
H A Dasync.c388 if (reply->element[2]->integer == 0) in __redisGetSubscribeCallback()
H A Dhiredis.c161 r->integer = value; in createIntegerObject()
/redis-3.2.3/src/
H A Dredis-cli.c302 int args = llabs(entry->element[1]->integer); in cliIntegrateHelp()
303 if (entry->element[3]->integer == 1) { in cliIntegrateHelp()
308 if (entry->element[1]->integer < 0) in cliIntegrateHelp()
562 out = sdscatprintf(out,"(integer) %lld\n",r->integer); in cliFormatReplyTTY()
697 out = sdscatprintf(out,"%lld",r->integer); in cliFormatReplyRaw()
727 out = sdscatprintf(out,"%lld",r->integer); in cliFormatReplyCSV()
1974 size = reply->integer; in getDbSize()
2063 sizes[i] = reply->integer; in getKeySizes()
H A Dsentinel.c3526 if (r->element[0]->integer == 1) { in sentinelReceiveIsMasterDownReply()
3535 if ((long long)ri->leader_epoch != r->element[2]->integer) in sentinelReceiveIsMasterDownReply()
3539 (unsigned long long) r->element[2]->integer); in sentinelReceiveIsMasterDownReply()
3541 ri->leader_epoch = r->element[2]->integer; in sentinelReceiveIsMasterDownReply()
/redis-3.2.3/tests/unit/
H A Dsort.tcl63 assert_equal [lsort -integer $result] [r sort tosort GET #]
106 assert_equal [lsort -decreasing -integer $result] [r sort tosort DESC]
H A Dscripting.tcl6 test {EVAL - Lua integer -> Redis protocol type conversion} {
64 test {EVAL - Redis integer -> Lua type conversion} {
104 } {table {ERR value is not an integer or out of range}}
H A Dother.tcl202 test {APPEND basics, integer encoded values} {
H A Dgeo.tcl101 test {GEORADIUS with COUNT but missing integer argument} {
H A Dbitops.tcl195 test {BITOP with integer encoded source objects} {
H A Ddump.tcl19 test {RESTORE can set an expire that overflows a 32 bit integer} {
/redis-3.2.3/
H A DREADME.md143 (integer) 1
145 (integer) 2
H A D00-RELEASENOTES212 A string with 21 chars is not representable as a 64-bit integer.
672 | fix crash in BITFIELD GET when key is integer encoded
/redis-3.2.3/deps/lua/
H A DHISTORY15 + new functions: lua_createtable, lua_get(set)field, lua_push(to)integer.
/redis-3.2.3/deps/jemalloc/
H A DChangeLog613 + Fix memory corruption due to integer overflow in small region index