Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dscripting.c492 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()
H A Dserver.h1260 int lua_random_dirty; /* True if a random command was called during the member