mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
the AOF will be loaded successfully, but the stream will be missing, i.e inconsistencies with the original db. this was because XADD with id of 0-0 would error. add a test to reproduce.