Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dscripting.c44 char *redisProtocolToLuaType_Error(lua_State *lua, char *reply);
134 case '-': p = redisProtocolToLuaType_Error(lua,reply); break; in redisProtocolToLuaType()
173 char *redisProtocolToLuaType_Error(lua_State *lua, char *reply) { in redisProtocolToLuaType_Error() function