mirror of
https://github.com/redis/redis.git
synced 2026-05-28 04:02:46 -04:00
Merge pull request #6649 from chaten/unstable
Fix outdated information on max memory policies
This commit is contained in:
commit
e9b99c78df
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue