Commit 5a3d3d8b authored by zhaozhao.zz's avatar zhaozhao.zz
Browse files

Fix compile warning in redis-cli.c

parent fb81d1b3
...@@ -2726,7 +2726,7 @@ static sds clusterManagerNodeGetJSON(clusterManagerNode *node, ...@@ -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",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment