summaryrefslogtreecommitdiff
path: root/src/defrag.c
Commit message (Expand)AuthorAgeFilesLines
* Fix uint64_t hash value in active defragyongman2019-05-081-3/+3
* make active defrag test more stableOran Agra2018-07-181-3/+2
* add active defrag support for streamsOran Agra2018-06-271-18/+192
* Adding real allocator fragmentation to INFO and MEMORY command + active defra...Oran Agra2018-03-121-12/+3
* active defrag v2Oran Agra2018-03-121-131/+528
* dict: fix the int problem for defragzhaozhao.zz2017-12-051-1/+1
* Defrag: don't crash when a module value is encountered.antirez2017-01-121-0/+3
* Defrag: fix function name typo defarg -> defrag.antirez2017-01-111-2/+2
* Defrag: do not crash on empty quicklist.antirez2017-01-111-2/+3
* Defrag: fix comments & code to conform to the Redis code base.antirez2017-01-101-54/+84
* Defrag: activate it only if running modified version of Jemalloc.antirez2017-01-101-22/+22
* active defrag improvementsoranagra2017-01-021-32/+50
* active memory defragmentationoranagra2016-12-301-0/+527