Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dscripting.c43 char *redisProtocolToLuaType_Status(lua_State *lua, char *reply);
133 case '+': p = redisProtocolToLuaType_Status(lua,reply); break; in redisProtocolToLuaType()
163 char *redisProtocolToLuaType_Status(lua_State *lua, char *reply) { in redisProtocolToLuaType_Status() function