mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
redis-cli help.h updated.
This commit is contained in:
parent
d1ddf7e958
commit
70b3314141
26
src/help.h
26
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
|
#ifndef __REDIS_HELP_H
|
||||||
#define __REDIS_HELP_H
|
#define __REDIS_HELP_H
|
||||||
@ -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 {
|
|||||||
"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 {
|
|||||||
"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 an 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 {
|
|||||||
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 {
|
|||||||
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 {
|
|||||||
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 {
|
|||||||
"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 {
|
|||||||
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" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user