• antirez's avatar
    Fix rdbSaveKeyValuePair() integer overflow. · 3ad68a07
    antirez authored
    Again thanks to @oranagra. The object idle time does not fit into an int
    sometimes: use the native type that the serialization function will get
    as argument, which is uint64_t.
    3ad68a07
rdb.c 93 KB