summaryrefslogtreecommitdiff
path: root/src/lazyfree.c
Commit message (Expand)AuthorAgeFilesLines
* Apply the new dictUnlink() where possible.antirez2016-09-141-2/+3
* fix linux compile bugroot2016-01-131-6/+6
* Lazyfree: pending objects count in INFO output.antirez2015-10-011-0/+5
* Lazyfree: ability to free whole DBs in background.antirez2015-10-011-2/+45
* Lazyfree: keep count of objects to free.antirez2015-10-011-2/+9
* Lazyfree: incremental removed, only threaded survived.antirez2015-10-011-151/+6
* Threaded lazyfree WIP #1.antirez2015-10-011-3/+23
* Lazyfree: a first implementation of non blocking DEL.antirez2015-10-011-0/+201