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
1d1bf7f0
Commit
1d1bf7f0
authored
Sep 05, 2018
by
antirez
Browse files
Document that effects replication is Redis 5 default.
parent
cfd969c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
1d1bf7f0
...
@@ -1245,6 +1245,14 @@ non-backward compatible changes introduced in the 5.0 release:
...
@@ -1245,6 +1245,14 @@ non-backward compatible changes introduced in the 5.0 release:
always idempotent. TLDR: the new behavior is much better for 99.999% of use
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.
cases, revert it if you really know what you are doing.
* Scripts are only replicated by their *effects* and not by sending EVAL/EVALSHA
to slaves or the AOF log itself. This is much better in the general case
and in the future we want to totally remove the other possiblity of propagating
scripts the old way (as EVAL). However you can still turn this back to the
default via the non-documented (if not here) Redis configuration directive
"lua-replicate-commands yes" or "DEBUG lua-always-replicate-commands 0".
However note that Redis 6 may completely remove such feature.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Credits: For each release, a list of changes with the relative author is
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