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
d751d98b
Commit
d751d98b
authored
Jun 29, 2018
by
antirez
Browse files
Change CLIENT LIST TYPE help string.
Making it more similar to KILL.
parent
a0b05a04
Changes
1
Show whitespace changes
Inline
Side-by-side
src/networking.c
View file @
d751d98b
...
@@ -1575,8 +1575,8 @@ void clientCommand(client *c) {
...
@@ -1575,8 +1575,8 @@ void clientCommand(client *c) {
" addr <ip:port> -- Kill connection made from <ip:port>"
,
" addr <ip:port> -- Kill connection made from <ip:port>"
,
" type (normal|master|slave|pubsub) -- Kill connections by type."
,
" type (normal|master|slave|pubsub) -- Kill connections by type."
,
" skipme (yes|no) -- Skip killing current connection (default: yes)."
,
" skipme (yes|no) -- Skip killing current connection (default: yes)."
,
"list
-- Return information about client connections."
,
"list
[options ...]
-- Return information about client connections.
Options:
"
,
" type (normal|master|slave|pubsub) -- Return
information about client connections by
type."
,
" type (normal|master|slave|pubsub) -- Return
clients of specified
type."
,
"pause <timeout> -- Suspend all Redis clients for <timout> milliseconds."
,
"pause <timeout> -- Suspend all Redis clients for <timout> milliseconds."
,
"reply (on|off|skip) -- Control the replies sent to the current connection."
,
"reply (on|off|skip) -- Control the replies sent to the current connection."
,
"setname <name> -- Assign the name <name> to the current connection."
,
"setname <name> -- Assign the name <name> to the current connection."
,
...
...
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