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
57b4fb0d
Commit
57b4fb0d
authored
May 13, 2020
by
Benjamin Sergeant
Committed by
antirez
May 22, 2020
Browse files
fix typo ...
parent
29f25e41
Changes
1
Show whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
57b4fb0d
...
@@ -8075,7 +8075,7 @@ int main(int argc, char **argv) {
...
@@ -8075,7 +8075,7 @@ int main(int argc, char **argv) {
if
(
cliConnect
(
0
)
==
REDIS_ERR
)
exit
(
1
);
if
(
cliConnect
(
0
)
==
REDIS_ERR
)
exit
(
1
);
if
(
config
.
interval
==
0
)
config
.
interval
=
1000000
;
if
(
config
.
interval
==
0
)
config
.
interval
=
1000000
;
statMode
();
statMode
();
(
}
}
/* Scan mode */
/* Scan mode */
if
(
config
.
scan_mode
)
{
if
(
config
.
scan_mode
)
{
...
...
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