Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dscripting.c478 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()
H A Dserver.h960 int lua_random_dirty; /* True if a random command was called during the member