summaryrefslogtreecommitdiff
path: root/utils/lru
Commit message (Expand)AuthorAgeFilesLines
* Outdated comments, replace COUNTER_INIT_VAL with LFU_INIT_VAL, fix typo (#10888)Vlad2022-06-211-5/+5
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-1/+1
* test-lru.rb: support for testing volatile-ttl policy.antirez2016-07-201-14/+49
* LFU simulator: remove dead code.antirez2016-07-141-5/+0
* LRU simulator: fix new entry creation decr time.antirez2016-07-141-1/+1
* LRU simulator: fix new entry creation.antirez2016-07-141-2/+2
* LFU: Simulation of the algorithm planned for Redis.antirez2016-07-141-0/+163
* LRU: Fix output fixes to new test-lru.rb.antirez2016-07-111-6/+6
* LRU: test-lru.rb improved in different ways.antirez2016-07-112-98/+180
* Fix typo in unit testAniruddh Chaturvedi2014-09-291-2/+2
* Add test-lru.rb to utils.antirez2014-03-212-0/+125