Unverified Commit b0272252 authored by Oran Agra's avatar Oran Agra Committed by GitHub
Browse files

update help.h (#10818)

before releasing 7.0.1
parent 475563e2
/* Automatically generated by ./generate-command-help.rb, do not edit. */ /* Automatically generated by utils/generate-command-help.rb, do not edit. */
#ifndef __REDIS_HELP_H #ifndef __REDIS_HELP_H
#define __REDIS_HELP_H #define __REDIS_HELP_H
...@@ -1120,7 +1120,7 @@ struct commandHelp { ...@@ -1120,7 +1120,7 @@ struct commandHelp {
11, 11,
"2.8.9" }, "2.8.9" },
{ "PFDEBUG", { "PFDEBUG",
"", "subcommand key",
"Internal commands for debugging HyperLogLog values", "Internal commands for debugging HyperLogLog values",
11, 11,
"2.8.9" }, "2.8.9" },
...@@ -1195,7 +1195,7 @@ struct commandHelp { ...@@ -1195,7 +1195,7 @@ struct commandHelp {
6, 6,
"7.0.0" }, "7.0.0" },
{ "PUBSUB SHARDNUMSUB", { "PUBSUB SHARDNUMSUB",
"[channel [channel ...]]", "[shardchannel [shardchannel ...]]",
"Get the count of subscribers for shard channels", "Get the count of subscribers for shard channels",
6, 6,
"7.0.0" }, "7.0.0" },
...@@ -1255,7 +1255,7 @@ struct commandHelp { ...@@ -1255,7 +1255,7 @@ struct commandHelp {
0, 0,
"2.6.0" }, "2.6.0" },
{ "RESTORE-ASKING", { "RESTORE-ASKING",
"", "key ttl serialized-value [REPLACE] [ABSTTL] [IDLETIME seconds] [FREQ frequency]",
"An internal command for migrating keys in a cluster", "An internal command for migrating keys in a cluster",
9, 9,
"3.0.0" }, "3.0.0" },
...@@ -1465,7 +1465,7 @@ struct commandHelp { ...@@ -1465,7 +1465,7 @@ struct commandHelp {
3, 3,
"1.0.0" }, "1.0.0" },
{ "SPUBLISH", { "SPUBLISH",
"channel message", "shardchannel message",
"Post a message to a shard channel", "Post a message to a shard channel",
6, 6,
"7.0.0" }, "7.0.0" },
...@@ -1485,7 +1485,7 @@ struct commandHelp { ...@@ -1485,7 +1485,7 @@ struct commandHelp {
3, 3,
"2.8.0" }, "2.8.0" },
{ "SSUBSCRIBE", { "SSUBSCRIBE",
"channel [channel ...]", "shardchannel [shardchannel ...]",
"Listen for messages published to the given shard channels", "Listen for messages published to the given shard channels",
6, 6,
"7.0.0" }, "7.0.0" },
...@@ -1515,7 +1515,7 @@ struct commandHelp { ...@@ -1515,7 +1515,7 @@ struct commandHelp {
3, 3,
"1.0.0" }, "1.0.0" },
{ "SUNSUBSCRIBE", { "SUNSUBSCRIBE",
"[channel [channel ...]]", "[shardchannel [shardchannel ...]]",
"Stop listening for messages posted to the given shard channels", "Stop listening for messages posted to the given shard channels",
6, 6,
"7.0.0" }, "7.0.0" },
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment