From: antirez Date: Thu, 14 Oct 2010 11:52:58 +0000 (+0200) Subject: Object approximated LRU algorithm enhanced / fixed / refactored. This is used for... X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/ef59a8bc9ef426f9d24e701e9b73a6a03ddd3d0f?hp=ef59a8bc9ef426f9d24e701e9b73a6a03ddd3d0f Object approximated LRU algorithm enhanced / fixed / refactored. This is used for the VM currently but will soon be used for maxmemory expiring. ---