Home
last modified time | relevance | path

Searched refs:lua_repl (Results 1 – 2 of 2) sorted by relevance

/redis-3.2.3/src/
H A Dscripting.c538 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()
H A Dserver.h964 int lua_repl; /* Script replication flags for redis.set_repl(). */ member