Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dscripting.c348 int luaRedisGenericCommand(lua_State *lua, int raise_error) { in luaRedisGenericCommand() argument
387 return raise_error ? luaRaiseError(lua) : 1; in luaRedisGenericCommand()
439 return raise_error ? luaRaiseError(lua) : 1; in luaRedisGenericCommand()
598 if (raise_error && reply[0] != '-') raise_error = 0; in luaRedisGenericCommand()
645 if (raise_error) { in luaRedisGenericCommand()