• antirez's avatar
    Fix DEBUG OBJECT lru field to report seconds. · acf73a05
    antirez authored
    Because of (not so) recent Redis changes, now the LRU internally
    reported unit is milliseconds, not seconds, but the DEBUG OBJECT output
    was still claiming seconds while providing milliseconds.
    However OBJECT IDLETIME was working as expected, which is the correct
    API to use.
    acf73a05
debug.c 34.7 KB