Searched refs:raise_error (Results 1 – 1 of 1) sorted by relevance
348 int luaRedisGenericCommand(lua_State *lua, int raise_error) { in luaRedisGenericCommand() argument387 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()