Forgot call quicklistSetOptions() after createQuicklistObject(). The quicklist created with command sort has wrong fill and compress.
test {boring} {
r config set list-max-ziplist-size -1
r config set list-compress-depth 12
r lpush lst {*}[split [string repeat "1" 6000] ""]
r sort lst store lst_copy
puts [r debug object lst_copy]
} {} {needs:debug}
Comment From: enjoy-binbin
can you make a specific PR to fix it? (not as part of a huge rewrite, the diff is small and we can fix it one by one).