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
660a2f87
Commit
660a2f87
authored
Aug 13, 2014
by
Matt Stancliff
Committed by
antirez
Aug 26, 2014
Browse files
Fix redis-benchmark abort output
parent
601e06da
Changes
1
Show whitespace changes
Inline
Side-by-side
src/redis-benchmark.c
View file @
660a2f87
...
...
@@ -597,7 +597,7 @@ int showThroughput(struct aeEventLoop *eventLoop, long long id, void *clientData
REDIS_NOTUSED
(
clientData
);
if
(
config
.
liveclients
==
0
)
{
fprintf
(
stderr
,
"All clients disconnected... aborting."
);
fprintf
(
stderr
,
"All clients disconnected... aborting.
\n
"
);
exit
(
1
);
}
...
...
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