• antirez's avatar
    Use cached time in expireCommand() · d57ac2c8
    antirez authored
    Should not be an issue given that the precision is the second here, at
    least if we are using a decent HZ value and the cached time refreshes
    enough times. So the cached time is only used if HZ is >= 10.
    d57ac2c8
db.c 40.8 KB