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

Function luaRedisPCallCommand

src/scripting.cpp:869–871  ·  view source on GitHub ↗

redis.pcall() */

Source from the content-addressed store, hash-verified

867
868/* redis.pcall() */
869int luaRedisPCallCommand(lua_State *lua) {
870 return luaRedisGenericCommand(lua,0);
871}
872
873/* This adds redis.sha1hex(string) to Lua scripts using the same hashing
874 * function used for sha1ing lua scripts. */

Callers

nothing calls this directly

Calls 1

luaRedisGenericCommandFunction · 0.85

Tested by

no test coverage detected