summaryrefslogtreecommitdiff
path: root/src/rax.c
Commit message (Expand)AuthorAgeFilesLines
* code, typo and comment cleanups (#11280)Binbin2022-10-021-1/+1
* Adding parentheses and do-while(0) to macros (#11080)Moti Cohen2022-08-031-1/+1
* fix typos (#10402)a2tt2022-03-091-2/+2
* Add sanitizer support and clean up sanitizer findings (#9601)Ozan Tezcan2021-11-111-0/+1
* Simplify logic in raxSeek, eliminate it->key reassembly on gt and lt (#9115)ZhaolongLi2021-06-301-24/+2
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-10/+10
* Fix compile warning when define REDIS_TEST (#8261)sundb2021-01-091-1/+1
* More fixes to printf format specifier. (#7909)Hanif Ariffin2020-12-171-1/+1
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-8/+8
* fix misleading typo hasActiveChildProcess doc comment (#7588)HarveyLiu2020-08-121-1/+1
* Fix comments in function raxLowWalk of listpack.cchenhui02122020-06-181-2/+2
* rax.c updated from upstream antirez/rax.antirez2020-05-141-2/+4
* Rax.c: populate data field after random walk.antirez2020-02-071-0/+1
* Rax library updated.antirez2019-11-141-1/+2
* fix issues found by a static analyzerOran Agra2019-10-071-1/+2
* Rax: radix tree updated to latest version from antirez/rax.antirez2018-10-131-65/+198
* Fix typoO(ʒ)2018-10-071-1/+1
* Fix typoJack Drogon2018-07-031-2/+2
* Rax library updated (node callback).antirez2018-06-281-0/+4
* add active defrag support for streamsOran Agra2018-06-271-1/+6
* Rax library updated.antirez2018-06-041-10/+57
* Rax updated to latest antirez/rax commit.antirez2018-02-021-2/+2
* Streams: implement stream object release.antirez2017-12-011-5/+13
* Streams: RDB saving.antirez2017-12-011-0/+5
* Streams: 12 commits squashed into the initial Streams implementation.antirez2017-12-011-8/+16
* Rax library updated.antirez2017-04-081-10/+13
* Rax library updated.antirez2017-04-071-254/+139
* Cluster: hash slots tracking using a radix tree.antirez2017-03-271-0/+1845