From: antirez Date: Fri, 15 Oct 2010 16:04:05 +0000 (+0200) Subject: prevent small integer sharing when maxmemory is active. So every object will use... X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/13a49af44b11dc275654a461f7d7ba5c20e27c1a?hp=13a49af44b11dc275654a461f7d7ba5c20e27c1a prevent small integer sharing when maxmemory is active. So every object will use a private LRU field and the LRU algorithm can work well ---