Home
last modified time | relevance | path

Searched refs:luaRedisGenericCommand (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() function
658 return luaRedisGenericCommand(lua,1); in luaRedisCallCommand()
663 return luaRedisGenericCommand(lua,0); in luaRedisPCallCommand()