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
cef46ede
Commit
cef46ede
authored
Jul 20, 2020
by
Wen Hui
Committed by
Oran Agra
Sep 01, 2020
Browse files
add missing caching command in client help (#7399)
(cherry picked from commit
2fbd0271
)
parent
9e997cd0
Changes
1
Show whitespace changes
Inline
Side-by-side
src/networking.c
View file @
cef46ede
...
@@ -2147,6 +2147,7 @@ void clientCommand(client *c) {
...
@@ -2147,6 +2147,7 @@ void clientCommand(client *c) {
"SETNAME <name> -- Assign the name <name> to the current connection."
,
"SETNAME <name> -- Assign the name <name> to the current connection."
,
"UNBLOCK <clientid> [TIMEOUT|ERROR] -- Unblock the specified blocked client."
,
"UNBLOCK <clientid> [TIMEOUT|ERROR] -- Unblock the specified blocked client."
,
"TRACKING (on|off) [REDIRECT <id>] [BCAST] [PREFIX first] [PREFIX second] [OPTIN] [OPTOUT]... -- Enable client keys tracking for client side caching."
,
"TRACKING (on|off) [REDIRECT <id>] [BCAST] [PREFIX first] [PREFIX second] [OPTIN] [OPTOUT]... -- Enable client keys tracking for client side caching."
,
"CACHING (yes|no) -- Enable/Disable tracking of the keys for next command in OPTIN/OPTOUT mode."
,
"GETREDIR -- Return the client ID we are redirecting to when tracking is enabled."
,
"GETREDIR -- Return the client ID we are redirecting to when tracking is enabled."
,
NULL
NULL
};
};
...
...
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