• antirez's avatar
    Use cached time in expireCommand() · aaac2571
    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.
    aaac2571
db.c 33.4 KB