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
69ce235c
Commit
69ce235c
authored
Apr 30, 2020
by
antirez
Browse files
Update help.h again before Redis 6 GA.
parent
684c5907
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/help.h
View file @
69ce235c
...
@@ -146,57 +146,57 @@ struct commandHelp {
...
@@ -146,57 +146,57 @@ struct commandHelp {
{
"CLIENT CACHING"
,
{
"CLIENT CACHING"
,
"YES|NO"
,
"YES|NO"
,
"Instruct the server about tracking or not keys in the next request"
,
"Instruct the server about tracking or not keys in the next request"
,
9
,
8
,
"6.0.0"
},
"6.0.0"
},
{
"CLIENT GETNAME"
,
{
"CLIENT GETNAME"
,
"-"
,
"-"
,
"Get the current connection name"
,
"Get the current connection name"
,
9
,
8
,
"2.6.9"
},
"2.6.9"
},
{
"CLIENT GETREDIR"
,
{
"CLIENT GETREDIR"
,
"-"
,
"-"
,
"Get tracking notifications redirection client ID if any"
,
"Get tracking notifications redirection client ID if any"
,
9
,
8
,
"6.0.0"
},
"6.0.0"
},
{
"CLIENT ID"
,
{
"CLIENT ID"
,
"-"
,
"-"
,
"Returns the client ID for the current connection"
,
"Returns the client ID for the current connection"
,
9
,
8
,
"5.0.0"
},
"5.0.0"
},
{
"CLIENT KILL"
,
{
"CLIENT KILL"
,
"[ip:port] [ID client-id] [TYPE normal|master|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
,
8
,
"2.4.0"
},
"2.4.0"
},
{
"CLIENT LIST"
,
{
"CLIENT LIST"
,
"[TYPE normal|master|replica|pubsub]"
,
"[TYPE normal|master|replica|pubsub]"
,
"Get the list of client connections"
,
"Get the list of client connections"
,
9
,
8
,
"2.4.0"
},
"2.4.0"
},
{
"CLIENT PAUSE"
,
{
"CLIENT PAUSE"
,
"timeout"
,
"timeout"
,
"Stop processing commands from clients for some time"
,
"Stop processing commands from clients for some time"
,
9
,
8
,
"2.9.50"
},
"2.9.50"
},
{
"CLIENT REPLY"
,
{
"CLIENT REPLY"
,
"ON|OFF|SKIP"
,
"ON|OFF|SKIP"
,
"Instruct the server whether to reply to commands"
,
"Instruct the server whether to reply to commands"
,
9
,
8
,
"3.2"
},
"3.2"
},
{
"CLIENT SETNAME"
,
{
"CLIENT SETNAME"
,
"connection-name"
,
"connection-name"
,
"Set the current connection name"
,
"Set the current connection name"
,
9
,
8
,
"2.6.9"
},
"2.6.9"
},
{
"CLIENT TRACKING"
,
{
"CLIENT TRACKING"
,
"ON|OFF [REDIRECT client-id] [PREFIX prefix] [BCAST] [OPTIN] [OPTOUT] [NOLOOP]"
,
"ON|OFF [REDIRECT client-id] [PREFIX prefix] [BCAST] [OPTIN] [OPTOUT] [NOLOOP]"
,
"Enable or disable server assisted client side caching support"
,
"Enable or disable server assisted client side caching support"
,
9
,
8
,
"6.0.0"
},
"6.0.0"
},
{
"CLIENT UNBLOCK"
,
{
"CLIENT UNBLOCK"
,
"client-id [TIMEOUT|ERROR]"
,
"client-id [TIMEOUT|ERROR]"
,
"Unblock a client blocked in a blocking command from a different connection"
,
"Unblock a client blocked in a blocking command from a different connection"
,
9
,
8
,
"5.0.0"
},
"5.0.0"
},
{
"CLUSTER ADDSLOTS"
,
{
"CLUSTER ADDSLOTS"
,
"slot [slot ...]"
,
"slot [slot ...]"
,
...
@@ -488,6 +488,11 @@ struct commandHelp {
...
@@ -488,6 +488,11 @@ struct commandHelp {
"Delete one or more hash fields"
,
"Delete one or more hash fields"
,
5
,
5
,
"2.0.0"
},
"2.0.0"
},
{
"HELLO"
,
"protover [AUTH username password] [SETNAME clientname]"
,
"switch Redis protocol"
,
8
,
"6.0.0"
},
{
"HEXISTS"
,
{
"HEXISTS"
,
"key field"
,
"key field"
,
"Determine if a hash field exists"
,
"Determine if a hash field exists"
,
...
@@ -1071,7 +1076,7 @@ struct commandHelp {
...
@@ -1071,7 +1076,7 @@ struct commandHelp {
{
"SWAPDB"
,
{
"SWAPDB"
,
"index1 index2"
,
"index1 index2"
,
"Swaps two Redis databases"
,
"Swaps two Redis databases"
,
8
,
9
,
"4.0.0"
},
"4.0.0"
},
{
"SYNC"
,
{
"SYNC"
,
"-"
,
"-"
,
...
...
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