Skip to content

Commit

Permalink
Merge pull request redis#6649 from chaten/unstable
Browse files Browse the repository at this point in the history
Fix outdated information on max memory policies
  • Loading branch information
antirez authored Dec 16, 2019
2 parents 901b746 + 389faae commit e9b99c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ replica-priority 100
# maxmemory <bytes>

# MAXMEMORY POLICY: how Redis will select what to remove when maxmemory
# is reached. You can select among five behaviors:
# is reached. You can select one from the following behaviors:
#
# volatile-lru -> Evict using approximated LRU, only keys with an expire set.
# allkeys-lru -> Evict any key using approximated LRU.
Expand Down

0 comments on commit e9b99c7

Please sign in to comment.