skierkapl

Results 2 issues of skierkapl

Driver::Memory is tracking usage of keys to fulfill LRU discard policy. However ->get() method track last used time even for keys that are not known. Therefore memory consumption for each...

Fix the issue with memory consumption (LRU tacking for not existing keys) Fixing the issue: #32