Unverified Commit e9b99c78 authored by Salvatore Sanfilippo's avatar Salvatore Sanfilippo Committed by GitHub
Browse files

Merge pull request #6649 from chaten/unstable

Fix outdated information on max memory policies
parents 901b7469 389faae5
...@@ -811,7 +811,7 @@ replica-priority 100 ...@@ -811,7 +811,7 @@ replica-priority 100
# maxmemory <bytes> # maxmemory <bytes>
# MAXMEMORY POLICY: how Redis will select what to remove when 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 one from the following behaviors:
# #
# volatile-lru -> Evict using approximated LRU, only keys with an expire set. # volatile-lru -> Evict using approximated LRU, only keys with an expire set.
# allkeys-lru -> Evict any key using approximated LRU. # allkeys-lru -> Evict any key using approximated LRU.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment