MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / redisProtocolToLuaType_Null

Function redisProtocolToLuaType_Null

src/scripting.cpp:251–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251char *redisProtocolToLuaType_Null(lua_State *lua, char *reply) {
252 char *p = strchr(reply+1,'\r');
253 lua_pushnil(lua);
254 return p+2;
255}
256
257char *redisProtocolToLuaType_Bool(lua_State *lua, char *reply, int tf) {
258 char *p = strchr(reply+1,'\r');

Callers 1

redisProtocolToLuaTypeFunction · 0.85

Calls 1

lua_pushnilFunction · 0.85

Tested by

no test coverage detected