Searched refs:integer (Results 1 – 19 of 19) sorted by relevance
| /redis-3.2.3/deps/hiredis/examples/ |
| H A D | example.c | 47 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 D | test_helper.tcl | 99 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 D | hiredis.h | 100 long long integer; /* The integer when type is REDIS_REPLY_INTEGER */ member
|
| H A D | README.md | 42 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 D | test.c | 57 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 D | async.c | 388 if (reply->element[2]->integer == 0) in __redisGetSubscribeCallback()
|
| H A D | hiredis.c | 161 r->integer = value; in createIntegerObject()
|
| /redis-3.2.3/src/ |
| H A D | redis-cli.c | 302 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 D | sentinel.c | 3526 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 D | sort.tcl | 63 assert_equal [lsort -integer $result] [r sort tosort GET #] 106 assert_equal [lsort -decreasing -integer $result] [r sort tosort DESC]
|
| H A D | scripting.tcl | 6 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 D | other.tcl | 202 test {APPEND basics, integer encoded values} {
|
| H A D | geo.tcl | 101 test {GEORADIUS with COUNT but missing integer argument} {
|
| H A D | bitops.tcl | 195 test {BITOP with integer encoded source objects} {
|
| H A D | dump.tcl | 19 test {RESTORE can set an expire that overflows a 32 bit integer} {
|
| /redis-3.2.3/ |
| H A D | README.md | 143 (integer) 1 145 (integer) 2
|
| H A D | 00-RELEASENOTES | 212 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 D | HISTORY | 15 + new functions: lua_createtable, lua_get(set)field, lua_push(to)integer.
|
| /redis-3.2.3/deps/jemalloc/ |
| H A D | ChangeLog | 613 + Fix memory corruption due to integer overflow in small region index
|