mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +00:00
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
85.6%
Tcl
13.2%
Ruby
0.4%
Shell
0.4%
Makefile
0.3%
Other
0.1%