Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dscripting.c348 int luaRedisGenericCommand(lua_State *lua, int raise_error) { in luaRedisGenericCommand() function
635 return luaRedisGenericCommand(lua,1); in luaRedisCallCommand()
640 return luaRedisGenericCommand(lua,0); in luaRedisPCallCommand()