Searched refs:lua_repl (Results 1 – 2 of 2) sorted by relevance
538 server.lua_repl != PROPAGATE_NONE) in luaRedisGenericCommand()548 if (server.lua_repl & PROPAGATE_AOF) in luaRedisGenericCommand()550 if (server.lua_repl & PROPAGATE_REPL) in luaRedisGenericCommand()765 server.lua_repl = flags; in luaRedisSetReplCommand()1228 server.lua_repl = PROPAGATE_AOF|PROPAGATE_REPL; in evalGenericCommand()
964 int lua_repl; /* Script replication flags for redis.set_repl(). */ member