summaryrefslogtreecommitdiff
path: root/src/listpack.h
Commit message (Expand)AuthorAgeFilesLines
* When converting a set to dict, presize for one more element to be added (#11559)Viktor Söderqvist2022-12-061-0/+1
* Add listpack encoding for list (#11303)sundb2022-11-161-0/+1
* Listpack encoding for sets (#11290)Viktor Söderqvist2022-11-091-0/+4
* Optimize integer zset scores in listpack (converting to string and back) (#10...Oran Agra2022-04-171-0/+2
* Replace ziplist with listpack in quicklist (#9740)sundb2021-11-241-0/+2
* Add --large-memory flag for REDIS_TEST to enable tests that consume more than...sundb2021-11-161-1/+1
* Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-...Oran Agra2021-10-041-0/+1
* Replace all usage of ziplist with listpack for t_zset (#9366)sundb2021-09-091-1/+5
* Replace all usage of ziplist with listpack for t_hash (#8887)sundb2021-08-101-5/+30
* Improvements to corrupt payload sanitization (#9321)Oran Agra2021-08-051-0/+1
* Optimize listpack for stream usage to avoid repeated reallocs (#6281)yihuang2021-02-161-1/+3
* Sanitize dump payload: ziplist, listpack, zipmap, intset, streamOran Agra2020-12-061-0/+2
* Streams: 12 commits squashed into the initial Streams implementation.antirez2017-12-011-0/+61