Fix outdated information on max memory policies

This commit is contained in:
Michael Chaten 2019-12-06 11:56:52 -08:00 committed by GitHub
parent 7e24e219fd
commit 52d83d57f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 among eight behaviors:
#
# volatile-lru -> Evict using approximated LRU, only keys with an expire set.
# allkeys-lru -> Evict any key using approximated LRU.