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

Function RedisPCallCommand

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

Source from the content-addressed store, hash-verified

765int RedisCallCommand(lua_State *lua) { return RedisGenericCommand(lua, 1); }
766
767int RedisPCallCommand(lua_State *lua) { return RedisGenericCommand(lua, 0); }
768
769// TODO: we do not want to repeat same logic as Connection::ExecuteCommands,
770// so the function need to be refactored

Callers

nothing calls this directly

Calls 1

RedisGenericCommandFunction · 0.85

Tested by

no test coverage detected