Searched refs:lua_random_dirty (Results 1 – 2 of 2) sorted by relevance
478 if (server.lua_random_dirty && !server.lua_replicate_commands) { in luaRedisGenericCommand()510 if (cmd->flags & CMD_RANDOM) server.lua_random_dirty = 1; in luaRedisGenericCommand()1224 server.lua_random_dirty = 0; in evalGenericCommand()
960 int lua_random_dirty; /* True if a random command was called during the member