• Oran Agra's avatar
    Sanitize dump payload: validate no duplicate records in hash/zset/intset · 3716950c
    Oran Agra authored
    If RESTORE passes successfully with full sanitization, we can't affort
    to crash later on assertion due to duplicate records in a hash when
    converting it form ziplist to dict.
    This means that when doing full sanitization, we must make sure there
    are no duplicate records in any of the collections.
    3716950c
ziplist.h 3.1 KB