Home
last modified time | relevance | path

Searched refs:PROPAGATE_NONE (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dscripting.c561 server.lua_repl != PROPAGATE_NONE) in luaRedisGenericCommand()
995 lua_pushnumber(lua,PROPAGATE_NONE); in scriptingInit()
H A Dserver.c2485 int propagate_flags = PROPAGATE_NONE; in call()
2509 if (propagate_flags != PROPAGATE_NONE && !(c->cmd->flags & CMD_MODULE)) in call()
H A Dserver.h423 #define PROPAGATE_NONE 0 macro