MCPcopy Create free account
hub / github.com/apache/kvrocks / RedisProtocolToLuaTypeNull

Function RedisProtocolToLuaTypeNull

src/storage/scripting.cc:1199–1203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1197}
1198
1199const char *RedisProtocolToLuaTypeNull(lua_State *lua, const char *reply) {
1200 const char *p = strchr(reply + 1, '\r');
1201 lua_pushnil(lua);
1202 return p + 2;
1203}
1204
1205const char *RedisProtocolToLuaTypeBool(lua_State *lua, const char *reply, int tf) {
1206 const char *p = strchr(reply + 1, '\r');

Callers 1

RedisProtocolToLuaTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected