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

Function RedisCallCommand

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

Source from the content-addressed store, hash-verified

763}
764
765int RedisCallCommand(lua_State *lua) { return RedisGenericCommand(lua, 1); }
766
767int RedisPCallCommand(lua_State *lua) { return RedisGenericCommand(lua, 0); }
768

Callers

nothing calls this directly

Calls 1

RedisGenericCommandFunction · 0.85

Tested by

no test coverage detected