Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dscripting.c236 int luaRaiseError(lua_State *lua) { in luaRaiseError() function
387 return raise_error ? luaRaiseError(lua) : 1; in luaRedisGenericCommand()
439 return raise_error ? luaRaiseError(lua) : 1; in luaRedisGenericCommand()
650 return luaRaiseError(lua); in luaRedisGenericCommand()