AOF
stands for Append Only File. It’s the change-log style persistent format.
RDB
is for Redis Database File. It’s the snapshot style persistence format.
AOF
stands for Append Only File. It’s the change-log style persistent format.
RDB
is for Redis Database File. It’s the snapshot style persistence format.