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
b576fbc4
Unverified
Commit
b576fbc4
authored
Mar 13, 2022
by
Wen Hui
Committed by
GitHub
Mar 13, 2022
Browse files
Remove redundancy GETNAME in client help command message (#10418)
probably a copy paste error.
parent
1797330e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networking.c
View file @
b576fbc4
...
...
@@ -2868,8 +2868,6 @@ void clientCommand(client *c) {
" Control the replies sent to the current connection."
,
"SETNAME <name>"
,
" Assign the name <name> to the current connection."
,
"GETNAME"
,
" Get the name of the current connection."
,
"UNBLOCK <clientid> [TIMEOUT|ERROR]"
,
" Unblock the specified blocked client."
,
"TRACKING (ON|OFF) [REDIRECT <id>] [BCAST] [PREFIX <prefix> [...]]"
,
...
...
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