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
70b33141
Commit
70b33141
authored
Apr 13, 2016
by
antirez
Browse files
redis-cli help.h updated.
parent
d1ddf7e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/help.h
View file @
70b33141
/* 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
...
@@ -83,7 +83,7 @@ struct commandHelp {
...
@@ -83,7 +83,7 @@ struct commandHelp {
9
,
9
,
"2.6.9"
},
"2.6.9"
},
{
"CLIENT KILL"
,
{
"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"
,
"Kill the connection of a client"
,
9
,
9
,
"2.4.0"
},
"2.4.0"
},
...
@@ -97,6 +97,11 @@ struct commandHelp {
...
@@ -97,6 +97,11 @@ struct commandHelp {
"Stop processing commands from clients for some time"
,
"Stop processing commands from clients for some time"
,
9
,
9
,
"2.9.50"
},
"2.9.50"
},
{
"CLIENT REPLY"
,
"ON|OFF|SKIP"
,
"Instruct the server whether to reply to commands"
,
9
,
"3.2"
},
{
"CLIENT SETNAME"
,
{
"CLIENT SETNAME"
,
"connection-name"
,
"connection-name"
,
"Set the current connection name"
,
"Set the current connection name"
,
...
@@ -179,7 +184,7 @@ struct commandHelp {
...
@@ -179,7 +184,7 @@ struct commandHelp {
"3.0.0"
},
"3.0.0"
},
{
"CLUSTER SETSLOT"
,
{
"CLUSTER SETSLOT"
,
"slot IMPORTING|MIGRATING|STABLE|NODE [node-id]"
,
"slot IMPORTING|MIGRATING|STABLE|NODE [node-id]"
,
"Bind a
n
hash slot to a specific node"
,
"Bind a hash slot to a specific node"
,
12
,
12
,
"3.0.0"
},
"3.0.0"
},
{
"CLUSTER SLAVES"
,
{
"CLUSTER SLAVES"
,
...
@@ -338,12 +343,12 @@ struct commandHelp {
...
@@ -338,12 +343,12 @@ struct commandHelp {
13
,
13
,
""
},
""
},
{
"GEORADIUS"
,
{
"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"
,
"Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a point"
,
13
,
13
,
""
},
""
},
{
"GEORADIUSBYMEMBER"
,
{
"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"
,
"Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a member"
,
13
,
13
,
""
},
""
},
...
@@ -528,7 +533,7 @@ struct commandHelp {
...
@@ -528,7 +533,7 @@ struct commandHelp {
1
,
1
,
"1.0.0"
},
"1.0.0"
},
{
"MIGRATE"
,
{
"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."
,
"Atomically transfer a key from a Redis instance to another one."
,
0
,
0
,
"2.6.0"
},
"2.6.0"
},
...
@@ -593,7 +598,7 @@ struct commandHelp {
...
@@ -593,7 +598,7 @@ struct commandHelp {
11
,
11
,
"2.8.9"
},
"2.8.9"
},
{
"PING"
,
{
"PING"
,
"
-
"
,
"
[message]
"
,
"Ping the server"
,
"Ping the server"
,
8
,
8
,
"1.0.0"
},
"1.0.0"
},
...
@@ -707,6 +712,11 @@ struct commandHelp {
...
@@ -707,6 +712,11 @@ struct commandHelp {
"Get the number of members in a set"
,
"Get the number of members in a set"
,
3
,
3
,
"1.0.0"
},
"1.0.0"
},
{
"SCRIPT DEBUG"
,
"YES|SYNC|NO"
,
"Set the debug mode for executed scripts."
,
10
,
"3.2.0"
},
{
"SCRIPT EXISTS"
,
{
"SCRIPT EXISTS"
,
"script [script ...]"
,
"script [script ...]"
,
"Check existence of scripts in the script cache."
,
"Check existence of scripts in the script cache."
,
...
@@ -768,7 +778,7 @@ struct commandHelp {
...
@@ -768,7 +778,7 @@ struct commandHelp {
1
,
1
,
"2.2.0"
},
"2.2.0"
},
{
"SHUTDOWN"
,
{
"SHUTDOWN"
,
"[NOSAVE
] [
SAVE]"
,
"[NOSAVE
|
SAVE]"
,
"Synchronously save the dataset to disk and then shut down the server"
,
"Synchronously save the dataset to disk and then shut down the server"
,
9
,
9
,
"1.0.0"
},
"1.0.0"
},
...
...
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