Searched refs:RDB_OPCODE_IDLE (Results 1 – 3 of 3) sorted by relevance
101 #define RDB_OPCODE_IDLE 248 /* LRU idle time. */ macro
233 } else if (type == RDB_OPCODE_IDLE) { in redis_check_rdb()
1022 if (rdbSaveType(rdb,RDB_OPCODE_IDLE) == -1) return -1; in rdbSaveKeyValuePair()1902 } else if (type == RDB_OPCODE_IDLE) { in rdbLoadRio()