• antirez's avatar
    RDB: Apply fix to rdbLoadMillisecondTime() only for new RDB versions. · 5171a3ff
    antirez authored
    This way we let big endian systems to still load old RDB versions.
    However newver versions will be saved and loaded in a way that make RDB
    expires cross-endian again. Thanks to @oranagra for the reporting and
    the discussion about this problem, leading to this fix.
    5171a3ff
rdb.c 94 KB