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
f2b2897f
Commit
f2b2897f
authored
Aug 02, 2017
by
antirez
Browse files
Changelog: note that 4.0 CLUSTER NODES output changed.
parent
363be783
Changes
1
Hide whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
f2b2897f
...
@@ -3719,6 +3719,12 @@ non-backward compatible changes introduced in the 4.0 release:
...
@@ -3719,6 +3719,12 @@ non-backward compatible changes introduced in the 4.0 release:
Cluster. SO in order to upgrade a Redis Cluster to 4.0, a mass restart of
Cluster. SO in order to upgrade a Redis Cluster to 4.0, a mass restart of
all the instances is needed.
all the instances is needed.
* Redis Cluster CLUSTER NODES output is now slightly different. Nodes
addresses are now in the form host:port@bus-port instead of host:port.
Clients should use CLUSTER SLOTS in order to fetch the cluster configuration
however if they are still using CLUSTER NODES, they should be modified in
order to ignore the @bus-port part.
* Writable slaves do not propagate writes to their sub-slaves, so writes to
* Writable slaves do not propagate writes to their sub-slaves, so writes to
writable slaves remain just local.
writable slaves remain just local.
...
...
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