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