Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
765
int RedisCallCommand(lua_State *lua) { return RedisGenericCommand(lua, 1); }
766
767
int RedisPCallCommand(lua_State *lua) { return RedisGenericCommand(lua, 0); }
768
Callers
nothing calls this directly
Calls
1
RedisGenericCommand
Function · 0.85
Tested by
no test coverage detected