summaryrefslogtreecommitdiff
path: root/src/expire.c
Commit message (Expand)AuthorAgeFilesLines
* fix typoshenlongxing2018-06-211-1/+1
* Track number of logically expired keys still in memory.antirez2018-02-191-1/+20
* expire & latency: fix the missing latency records generated by expirezhaozhao.zz2017-11-211-8/+11
* Issue #4027: unify comment and modify return value in freeMemoryIfNeeded().antirez2017-06-231-2/+3
* Merge pull request #4028 from zintrepid/prevent_expirations_while_pausedSalvatore Sanfilippo2017-06-231-0/+4
|\
| * Prevent expirations and evictions while pausedZachary Marquez2017-06-011-0/+4
* | Fix PERSIST expired key resuscitation issue #4048.antirez2017-06-131-6/+3
|/
* Expire: Update comment of activeExpireCycle functionlorneli2017-04-081-1/+1
* Writable slaves expires: fix leak in key tracking.antirez2016-12-131-2/+11
* INFO: show num of slave-expires keys tracked.antirez2016-12-131-0/+6
* Fix created->created typo in expire.cantirez2016-12-131-1/+1
* Replication: fix the infamous key leakage of writable slaves + EXPIRE.antirez2016-12-131-1/+134
* Add expire.c and evict.c.antirez2016-07-061-0/+354