]> git.saurik.com Git - redis.git/commit - src/rdb.c
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:00:18 +0000 (11:00 +0100)
commitc3e7441dadf1d287c76c1c0a3cab68f15a875dbd
tree5c7c594309aed196441a7d4dca4b7163ca650a7d
parentc3c856228da2f0d73c608f38395991eecf735606
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