Fix compile warning in redis-cli.c
This commit is contained in:
parent
fb81d1b3f8
commit
5a3d3d8be4
@ -2726,7 +2726,7 @@ static sds clusterManagerNodeGetJSON(clusterManagerNode *node,
|
|||||||
slots,
|
slots,
|
||||||
node->slots_count,
|
node->slots_count,
|
||||||
flags,
|
flags,
|
||||||
node->current_epoch
|
(unsigned long long)node->current_epoch
|
||||||
);
|
);
|
||||||
if (error_count > 0) {
|
if (error_count > 0) {
|
||||||
json = sdscatprintf(json, ",\n \"cluster_errors\": %lu",
|
json = sdscatprintf(json, ",\n \"cluster_errors\": %lu",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user