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
4cb9ee11
Commit
4cb9ee11
authored
Aug 29, 2018
by
antirez
Browse files
Add maxmemory slave behavior change in the change log.
parent
5ad888ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
4cb9ee11
...
...
@@ -1237,6 +1237,14 @@ non-backward compatible changes introduced in the 5.0 release:
* Certain log formats and sentences are different in Redis 5.0.
* Now by default maxmemory is ignored by slaves, and used only once a slave
is promoted to master. It means that in setups where you want slaves to
enforce maxmemory in an independent way from the master (that will anyway
stream the key eviction DEL commands), you should active this feature manually
and make sure you understand that it breaks consistency if writes are not
always idempotent. TLDR: the new behavior is much better for 99.999% of use
cases, revert it if you really know what you are doing.
--------------------------------------------------------------------------------
Credits: For each release, a list of changes with the relative author is
...
...
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