]> git.saurik.com Git - redis.git/commit
RDB hashes loading, fixed another bug in the loading of HT-encoded hashes: when the...
authorantirez <antirez@gmail.com>
Tue, 13 Mar 2012 09:59:29 +0000 (10:59 +0100)
committerantirez <antirez@gmail.com>
Tue, 13 Mar 2012 10:01:08 +0000 (11:01 +0100)
commita74ab6478ca0d59b9c5f0b92a0ac68a69e56c80a
tree3cd5c73a2bb367c345aa83cf441959330c8153f6
parentee61a4b99ee56203edb746c666fa89f88c2d0afa
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.
src/rdb.c