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
a6615423
Commit
a6615423
authored
Jun 23, 2017
by
antirez
Browse files
Upgrade 4.0 changelog with more backward incompatibilities.
parent
0b367871
Changes
1
Show whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
a6615423
...
...
@@ -3291,6 +3291,11 @@ Redis 3.2 is mostly a strict subset of 4.0, you should not have any problem
upgrading your application from 3.2 to 4.0. However this is a list of small
non-backward compatible changes introduced in the 4.0 release:
* The Redis Cluster bus protocol of 4.0 is no longer compatible with Redis 3.2.
This was needed in order to provide Docker / NAT compatibility to Redis
Cluster. SO in order to upgrade a Redis Cluster to 4.0, a mass restart of
all the instances is needed.
* Writable slaves do not propagate writes to their sub-slaves, so writes to
writable slaves remain just local.
...
...
@@ -3310,6 +3315,9 @@ non-backward compatible changes introduced in the 4.0 release:
the past since in the past two different forms were provided by the server
and the new behavior is one of the two.
* The SLOWLOG command entires contain additional two fields: the client address
and name. This is documented in the SLOWLOG command online documentation.
--------------------------------------------------------------------------------
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