Searched refs:lua_repl (Results 1 – 2 of 2) sorted by relevance
561 server.lua_repl != PROPAGATE_NONE) in luaRedisGenericCommand()571 if (server.lua_repl & PROPAGATE_AOF) in luaRedisGenericCommand()573 if (server.lua_repl & PROPAGATE_REPL) in luaRedisGenericCommand()788 server.lua_repl = flags; in luaRedisSetReplCommand()1283 server.lua_repl = PROPAGATE_AOF|PROPAGATE_REPL; in evalGenericCommand()
1264 int lua_repl; /* Script replication flags for redis.set_repl(). */ member