• chenyang8094's avatar
    Modify AOF preamble related logs, and change the RDB aux field (#10283) · a2f2b6f5
    chenyang8094 authored
    In multi-part aof,  We no longer have the concept of `RDB-preamble`, so the related logs should be removed.
    However, in order to print compatible logs when loading old-style AOFs, we also have to keep the relevant code.
    Additionally, when saving an RDB, change the RDB aux field from "aof-preamble" to "aof-base".
    a2f2b6f5
aof.c 92.2 KB