MCPcopy Create free account
hub / github.com/F-Stack/f-stack / luaRedisPCallCommand

Function luaRedisPCallCommand

app/redis-6.2.6/src/scripting.c:855–857  ·  view source on GitHub ↗

redis.pcall() */

Source from the content-addressed store, hash-verified

853
854/* redis.pcall() */
855int luaRedisPCallCommand(lua_State *lua) {
856 return luaRedisGenericCommand(lua,0);
857}
858
859/* This adds redis.sha1hex(string) to Lua scripts using the same hashing
860 * function used for sha1ing lua scripts. */

Callers

nothing calls this directly

Calls 1

luaRedisGenericCommandFunction · 0.85

Tested by

no test coverage detected