Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dscripting.c501 if (server.maxmemory && server.lua_write_dirty == 0 && in luaRedisGenericCommand()
511 if (cmd->flags & CMD_WRITE) server.lua_write_dirty = 1; in luaRedisGenericCommand()
537 server.lua_write_dirty && in luaRedisGenericCommand()
699 if (server.lua_write_dirty) { in luaRedisReplicateCommandsCommand()
1225 server.lua_write_dirty = 0; in evalGenericCommand()
1461 } else if (server.lua_write_dirty) { in scriptCommand()
H A Dserver.h958 int lua_write_dirty; /* True if a write command was called during the member