Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
e9b99c78
Unverified
Commit
e9b99c78
authored
Dec 16, 2019
by
Salvatore Sanfilippo
Committed by
GitHub
Dec 16, 2019
Browse files
Merge pull request #6649 from chaten/unstable
Fix outdated information on max memory policies
parents
901b7469
389faae5
Changes
1
Hide whitespace changes
Inline
Side-by-side
redis.conf
View file @
e9b99c78
...
@@ -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
am
on
g
f
ive
behaviors:
# is reached. You can select on
e
f
rom 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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment