]> git.saurik.com Git - redis.git/commit
Fix updating the prevlen field of consecutive entries
authorPieter Noordhuis <pcnoordhuis@gmail.com>
Mon, 6 Sep 2010 21:12:41 +0000 (23:12 +0200)
committerPieter Noordhuis <pcnoordhuis@gmail.com>
Mon, 6 Sep 2010 22:04:57 +0000 (00:04 +0200)
commit169d2ef1e0259945e667a33db7944947a6b047a0
tree0b508aa5d1263cae0d219d85021699e8533b9a20
parentc4705381422ead4ad99f4b7a3bc11f059c460401
Fix updating the prevlen field of consecutive entries

In the condition where the prevlen field of the next entry on insert
and delete operations needs more bytes to be properly encoded, the next
entry also needs to be updated with a new prevlen. This patch makes sure
that this effect cascades throughout the ziplist.
src/ziplist.c