redis-cli: help.h updated.
This commit is contained in:
parent
e938575220
commit
25e049cc68
16
src/help.h
16
src/help.h
@ -69,6 +69,11 @@ struct commandHelp {
|
|||||||
"Pop a value from a list, push it to another list and return it; or block until one is available",
|
"Pop a value from a list, push it to another list and return it; or block until one is available",
|
||||||
2,
|
2,
|
||||||
"2.2.0" },
|
"2.2.0" },
|
||||||
|
{ "CLIENT GETNAME",
|
||||||
|
"-",
|
||||||
|
"Get the current connection name",
|
||||||
|
9,
|
||||||
|
"2.6.9" },
|
||||||
{ "CLIENT KILL",
|
{ "CLIENT KILL",
|
||||||
"ip:port",
|
"ip:port",
|
||||||
"Kill the connection of a client",
|
"Kill the connection of a client",
|
||||||
@ -79,6 +84,11 @@ struct commandHelp {
|
|||||||
"Get the list of client connections",
|
"Get the list of client connections",
|
||||||
9,
|
9,
|
||||||
"2.4.0" },
|
"2.4.0" },
|
||||||
|
{ "CLIENT SETNAME",
|
||||||
|
"connection-name",
|
||||||
|
"Set the current connection name",
|
||||||
|
9,
|
||||||
|
"2.6.9" },
|
||||||
{ "CONFIG GET",
|
{ "CONFIG GET",
|
||||||
"parameter",
|
"parameter",
|
||||||
"Get the value of a configuration parameter",
|
"Get the value of a configuration parameter",
|
||||||
@ -280,7 +290,7 @@ struct commandHelp {
|
|||||||
1,
|
1,
|
||||||
"2.6.0" },
|
"2.6.0" },
|
||||||
{ "INFO",
|
{ "INFO",
|
||||||
"-",
|
"[section]",
|
||||||
"Get information and statistics about the server",
|
"Get information and statistics about the server",
|
||||||
9,
|
9,
|
||||||
"1.0.0" },
|
"1.0.0" },
|
||||||
@ -525,7 +535,7 @@ struct commandHelp {
|
|||||||
8,
|
8,
|
||||||
"1.0.0" },
|
"1.0.0" },
|
||||||
{ "SET",
|
{ "SET",
|
||||||
"key value",
|
"key value [EX seconds] [PX milliseconds] [NX|XX]",
|
||||||
"Set the string value of a key",
|
"Set the string value of a key",
|
||||||
1,
|
1,
|
||||||
"1.0.0" },
|
"1.0.0" },
|
||||||
@ -665,7 +675,7 @@ struct commandHelp {
|
|||||||
7,
|
7,
|
||||||
"2.2.0" },
|
"2.2.0" },
|
||||||
{ "ZADD",
|
{ "ZADD",
|
||||||
"key score member [score] [member]",
|
"key score member [score member ...]",
|
||||||
"Add one or more members to a sorted set, or update its score if it already exists",
|
"Add one or more members to a sorted set, or update its score if it already exists",
|
||||||
4,
|
4,
|
||||||
"1.2.0" },
|
"1.2.0" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user