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

Function luaRedisCallCommand

src/scripting.cpp:864–866  ·  view source on GitHub ↗

redis.call() */

Source from the content-addressed store, hash-verified

862
863/* redis.call() */
864int luaRedisCallCommand(lua_State *lua) {
865 return luaRedisGenericCommand(lua,1);
866}
867
868/* redis.pcall() */
869int luaRedisPCallCommand(lua_State *lua) {

Callers

nothing calls this directly

Calls 1

luaRedisGenericCommandFunction · 0.85

Tested by

no test coverage detected