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

Function luaRedisCallCommand

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

redis.call() */

Source from the content-addressed store, hash-verified

848
849/* redis.call() */
850int luaRedisCallCommand(lua_State *lua) {
851 return luaRedisGenericCommand(lua,1);
852}
853
854/* redis.pcall() */
855int luaRedisPCallCommand(lua_State *lua) {

Callers

nothing calls this directly

Calls 1

luaRedisGenericCommandFunction · 0.85

Tested by

no test coverage detected