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
5a3d3d8b
Commit
5a3d3d8b
authored
Mar 13, 2019
by
zhaozhao.zz
Browse files
Fix compile warning in redis-cli.c
parent
fb81d1b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
5a3d3d8b
...
...
@@ -2726,7 +2726,7 @@ static sds clusterManagerNodeGetJSON(clusterManagerNode *node,
slots
,
node
->
slots_count
,
flags
,
node
->
current_epoch
(
unsigned
long
long
)
node
->
current_epoch
);
if
(
error_count
>
0
)
{
json
=
sdscatprintf
(
json
,
",
\n
\"
cluster_errors
\"
: %lu"
,
...
...
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