Home
last modified time | relevance | path

Searched refs:boolean (Results 1 – 3 of 3) sorted by relevance

/redis-3.2.3/deps/lua/src/
H A Dlua_cjson.c148 int boolean; member
1066 token->value.boolean = 1; in json_next_token()
1071 token->value.boolean = 0; in json_next_token()
1235 lua_pushboolean(l, token->value.boolean); in json_process_value()
/redis-3.2.3/tests/unit/
H A Dscripting.tcl14 test {EVAL - Lua true boolean -> Redis protocol type conversion} {
18 test {EVAL - Lua false boolean -> Redis protocol type conversion} {
112 } {boolean 1}
/redis-3.2.3/deps/lua/
H A DHISTORY41 + new boolean type.