diff --git a/redis.conf b/redis.conf index c4bf60222..27365641b 100644 --- a/redis.conf +++ b/redis.conf @@ -811,7 +811,7 @@ replica-priority 100 # maxmemory # MAXMEMORY POLICY: how Redis will select what to remove when maxmemory -# is reached. You can select among five behaviors: +# is reached. You can select among eight behaviors: # # volatile-lru -> Evict using approximated LRU, only keys with an expire set. # allkeys-lru -> Evict any key using approximated LRU.