Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dscripting.c1880 int is_array = 1; /* Will be set to null if check fails. */ in ldbCatStackValueRec() local
1889 if (is_array && in ldbCatStackValueRec()
1891 lua_tonumber(lua,-2) != expected_index)) is_array = 0; in ldbCatStackValueRec()
1910 s = sdscatsds(s,is_array ? repr1 : repr2); in ldbCatStackValueRec()