]> git.saurik.com Git - redis.git/commit
prevent small integer sharing when maxmemory is active. So every object will use...
authorantirez <antirez@gmail.com>
Fri, 15 Oct 2010 16:04:05 +0000 (18:04 +0200)
committerantirez <antirez@gmail.com>
Fri, 15 Oct 2010 16:04:05 +0000 (18:04 +0200)
commit13a49af44b11dc275654a461f7d7ba5c20e27c1a
tree12662bc7aed008c3a7737496a39458074fd8b955
parent9f8ded8ced44fb4c764a8c7dde113ea870ce9c3e
prevent small integer sharing when maxmemory is active. So every object will use a private LRU field and the LRU algorithm can work well
src/object.c