Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dscripting.c236 int luaRaiseError(lua_State *lua) { in luaRaiseError() function
380 return raise_error ? luaRaiseError(lua) : 1; in luaRedisGenericCommand()
432 return raise_error ? luaRaiseError(lua) : 1; in luaRedisGenericCommand()
627 return luaRaiseError(lua); in luaRedisGenericCommand()