]> git.saurik.com Git - redis.git/commit - redis.conf
added noeviction policy to redis maxmemory. ZSCORE removed from the list of commands...
authorantirez <antirez@gmail.com>
Mon, 8 Nov 2010 15:12:16 +0000 (16:12 +0100)
committerantirez <antirez@gmail.com>
Mon, 8 Nov 2010 15:12:16 +0000 (16:12 +0100)
commit5402c4262e6bd6d2e8082dd2a948f28ea453b060
treedaeb252c6c5516b53a5539b2dd25d9b7f37dec89
parent240f8dbf3f592ba257aba7fcf6ad44325fd7712f
added noeviction policy to redis maxmemory. ZSCORE removed from the list of commands that can't be called when we are low on memory, this command was added in the past for a stupid error.
redis.conf
src/config.c
src/redis.c
src/redis.h