summaryrefslogtreecommitdiff
path: root/src/quicklist.h
Commit message (Expand)AuthorAgeFilesLines
* Add listpack encoding for list (#11303)sundb2022-11-161-0/+2
* Fix crash due to delete entry from compress quicklistNode and wrongly split q...sundb2022-09-191-1/+2
* add comment to 'container' in 'quicklist.h' (#10656)Lu JJ2022-04-281-1/+1
* fix an unclear comment and add a comment to 'zi' in 'quicklist.h' (#10633)Lu JJ2022-04-251-2/+2
* Fix recent daily CI test failures (#9966)Binbin2021-12-201-1/+1
* Fix some nonsense came from LGTM (#9962)Binbin2021-12-191-1/+1
* Fix abnormal compression due to out-of-control recompress (#9849)sundb2021-11-291-8/+8
* Replace ziplist with listpack in quicklist (#9740)sundb2021-11-241-13/+9
* Add --large-memory flag for REDIS_TEST to enable tests that consume more than...sundb2021-11-161-1/+1
* Add support for list type to store elements larger than 4GB (#9357)perryitay2021-11-031-13/+18
* Modules: Add remaining list API functions (#8439)Viktor Söderqvist2021-09-141-0/+3
* Fix typos, and consistent function argument names in quicklist (#8915)Binbin2021-05-101-4/+4
* Delete some unimplemented prototype. (#8882)Binbin2021-04-291-2/+0
* Add run all test support with define REDIS_TEST (#8570)sundb2021-03-101-1/+1
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-2/+2
* Defrag big lists in portions to avoid latency and freezeOran Agra2020-02-181-3/+43
* several typos fixed, optimize MSETNX to avoid unnecessary loophujiecs2018-10-161-1/+1
* 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