Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
35fc7fda
Unverified
Commit
35fc7fda
authored
Dec 24, 2020
by
Brad Dunbar
Committed by
GitHub
Dec 24, 2020
Browse files
Typo: timout -> timeout (#8228)
parent
59ff42c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networking.c
View file @
35fc7fda
...
@@ -856,7 +856,7 @@ void addReplySubcommandSyntaxError(client *c) {
...
@@ -856,7 +856,7 @@ void addReplySubcommandSyntaxError(client *c) {
sdsfree
(
cmd
);
sdsfree
(
cmd
);
}
}
/* Append 'src' client output buffers into 'dst' client output buffers.
/* Append 'src' client output buffers into 'dst' client output buffers.
* This function clears the output buffers of 'src' */
* This function clears the output buffers of 'src' */
void
AddReplyFromClient
(
client
*
dst
,
client
*
src
)
{
void
AddReplyFromClient
(
client
*
dst
,
client
*
src
)
{
/* If the source client contains a partial response due to client output
/* If the source client contains a partial response due to client output
...
@@ -2380,7 +2380,7 @@ void clientCommand(client *c) {
...
@@ -2380,7 +2380,7 @@ void clientCommand(client *c) {
"LIST [options ...] -- Return information about client connections. Options:"
,
"LIST [options ...] -- Return information about client connections. Options:"
,
" TYPE (normal|master|replica|pubsub) -- Return clients of specified type."
,
" TYPE (normal|master|replica|pubsub) -- Return clients of specified type."
,
" ID id [id ...] -- Return clients of specified IDs only."
,
" ID id [id ...] -- Return clients of specified IDs only."
,
"PAUSE <timeout> -- Suspend all Redis clients for <timout> milliseconds."
,
"PAUSE <timeout> -- Suspend all Redis clients for <tim
e
out> 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."
,
"UNBLOCK <clientid> [TIMEOUT|ERROR] -- Unblock the specified blocked client."
,
"UNBLOCK <clientid> [TIMEOUT|ERROR] -- Unblock the specified blocked client."
,
...
...
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