Home
last modified time | relevance | path

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

/redis-3.2.3/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