mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
169d2ef1e0259945e667a33db7944947a6b047a0
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.
Check the 'doc' directory. doc/README.html is a good starting point :)
Description
Languages
C
72.5%
Tcl
24.9%
Python
1.8%
Makefile
0.3%
Shell
0.2%
Other
0.2%