summaryrefslogtreecommitdiff
path: root/src/quicklist.h
Commit message (Expand)AuthorAgeFilesLines
* quicklist: change the len of quicklist to unsigned longzhaozhao.zz2017-12-041-2/+2
* quicklist: fix the return value of quicklistCountzhaozhao.zz2017-12-041-1/+1
* Use const in Redis Module API where possible.Yossi Gottlieb2016-06-201-1/+1
* reduce struct padding by reordering membersoranagra2016-05-161-1/+1
* Allow compression of interior quicklist nodesMatt Stancliff2015-01-021-17/+66
* Add adaptive quicklist fill factorMatt Stancliff2015-01-021-11/+11
* Add quicklist implementationMatt Stancliff2015-01-021-0/+120