Searched refs:lua_caller (Results 1 – 4 of 4) sorted by relevance
498 !(server.lua_caller->flags & CLIENT_MASTER)) in luaRedisGenericCommand()539 !(server.lua_caller->flags & CLIENT_MASTER)) in luaRedisGenericCommand()543 c->flags |= server.lua_caller->flags & (CLIENT_READONLY|CLIENT_ASKING); in luaRedisGenericCommand()559 !(server.lua_caller->flags & CLIENT_MULTI) && in luaRedisGenericCommand()563 execCommandPropagateMulti(server.lua_caller); in luaRedisGenericCommand()923 server.lua_caller = NULL; in scriptingInit()1250 protectClient(server.lua_caller); in luaMaskCountHook()1358 server.lua_caller = c; in evalGenericCommand()1384 server.lua_caller = NULL; in evalGenericCommand()1522 if (server.lua_caller == NULL) { in scriptCommand()[all …]
2458 if (c->flags & CLIENT_LUA && server.lua_caller) { in call()2460 server.lua_caller->flags |= CLIENT_FORCE_REPL; in call()2462 server.lua_caller->flags |= CLIENT_FORCE_AOF; in call()2600 server.lua_caller->flags & CLIENT_MASTER) && in processCommand()
1143 mstime_t now = server.lua_caller ? server.lua_time_start : mstime(); in keyIsExpired()
1253 client *lua_caller; /* The client running EVAL right now, or NULL */ member