RDB hashes loading, fixed another bug in the loading of HT-encoded hashes:...
RDB hashes loading, fixed another bug in the loading of HT-encoded hashes: when the hash entry is too big for ziplist, add the field, then convert. The code used to break before the new entry was inserted, resulting into missing fields in the loaded Hash object.
Please register or sign in to comment