summaryrefslogtreecommitdiff
path: root/src/help.h
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2016-04-13 12:35:14 +0200
committerantirez <antirez@gmail.com>2016-04-13 12:35:18 +0200
commit70b3314141220bee2ecd73aa9e9ccd8a9a2e855f (patch)
treef8d28570fa8fa85a82dea7353fb5632ec22ffbed /src/help.h
parentd1ddf7e9585eea836a47847602f7b05038856a49 (diff)
downloadredis-70b3314141220bee2ecd73aa9e9ccd8a9a2e855f.tar.gz
redis-cli help.h updated.
Diffstat (limited to 'src/help.h')
-rw-r--r--src/help.h26
1 files changed, 18 insertions, 8 deletions
diff --git a/src/help.h b/src/help.h
index fe47c3ee4..673b71155 100644
--- a/src/help.h
+++ b/src/help.h
@@ -1,4 +1,4 @@
-/* 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
#define __REDIS_HELP_H
@@ -83,7 +83,7 @@ struct commandHelp {
9,
"2.6.9" },
{ "CLIENT KILL",
- "[ip:port] [ID client-id] [TYPE normal|slave|pubsub] [ADDR ip:port] [SKIPME yes/no]",
+ "[ip:port] [ID client-id] [TYPE normal|master|slave|pubsub] [ADDR ip:port] [SKIPME yes/no]",
"Kill the connection of a client",
9,
"2.4.0" },
@@ -97,6 +97,11 @@ struct commandHelp {
"Stop processing commands from clients for some time",
9,
"2.9.50" },
+ { "CLIENT REPLY",
+ "ON|OFF|SKIP",
+ "Instruct the server whether to reply to commands",
+ 9,
+ "3.2" },
{ "CLIENT SETNAME",
"connection-name",
"Set the current connection name",
@@ -179,7 +184,7 @@ struct commandHelp {
"3.0.0" },
{ "CLUSTER SETSLOT",
"slot IMPORTING|MIGRATING|STABLE|NODE [node-id]",
- "Bind an hash slot to a specific node",
+ "Bind a hash slot to a specific node",
12,
"3.0.0" },
{ "CLUSTER SLAVES",
@@ -338,12 +343,12 @@ struct commandHelp {
13,
"" },
{ "GEORADIUS",
- "key longitude latitude radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count]",
+ "key longitude latitude radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] [ASC|DESC]",
"Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a point",
13,
"" },
{ "GEORADIUSBYMEMBER",
- "key member radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count]",
+ "key member radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] [ASC|DESC]",
"Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a member",
13,
"" },
@@ -528,7 +533,7 @@ struct commandHelp {
1,
"1.0.0" },
{ "MIGRATE",
- "host port key destination-db timeout [COPY] [REPLACE]",
+ "host port key|"" destination-db timeout [COPY] [REPLACE] [KEYS key]",
"Atomically transfer a key from a Redis instance to another one.",
0,
"2.6.0" },
@@ -593,7 +598,7 @@ struct commandHelp {
11,
"2.8.9" },
{ "PING",
- "-",
+ "[message]",
"Ping the server",
8,
"1.0.0" },
@@ -707,6 +712,11 @@ struct commandHelp {
"Get the number of members in a set",
3,
"1.0.0" },
+ { "SCRIPT DEBUG",
+ "YES|SYNC|NO",
+ "Set the debug mode for executed scripts.",
+ 10,
+ "3.2.0" },
{ "SCRIPT EXISTS",
"script [script ...]",
"Check existence of scripts in the script cache.",
@@ -768,7 +778,7 @@ struct commandHelp {
1,
"2.2.0" },
{ "SHUTDOWN",
- "[NOSAVE] [SAVE]",
+ "[NOSAVE|SAVE]",
"Synchronously save the dataset to disk and then shut down the server",
9,
"1.0.0" },