Added history for cluster-slots changes for hostnames(#10216)

* The first field was previously only an IP address, it can now be a hostname or NULL.
* There is now a fourth field, which has more information.
This commit is contained in:
Madelyn Olson 2022-01-30 23:57:10 -08:00 committed by GitHub
parent 8b1cda7568
commit d0bc4fff18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -624,6 +624,7 @@ struct redisCommandArg CLUSTER_SLAVES_Args[] = {
/* CLUSTER SLOTS history */
commandHistory CLUSTER_SLOTS_History[] = {
{"4.0.0","Added node IDs."},
{"7.0.0","Added additional networking metadata and added support for hostnames and unknown endpoints."},
{0}
};

View File

@ -11,6 +11,10 @@
[
"4.0.0",
"Added node IDs."
],
[
"7.0.0",
"Added additional networking metadata and added support for hostnames and unknown endpoints."
]
],
"command_flags": [