diff --git a/src/commands.c b/src/commands.c index 03e70afbb..62291f33f 100644 --- a/src/commands.c +++ b/src/commands.c @@ -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} }; diff --git a/src/commands/cluster-slots.json b/src/commands/cluster-slots.json index 4f0b6f291..fda842466 100644 --- a/src/commands/cluster-slots.json +++ b/src/commands/cluster-slots.json @@ -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": [