mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
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,
|
||||
node->slots_count,
|
||||
flags,
|
||||
node->current_epoch
|
||||
(unsigned long long)node->current_epoch
|
||||
);
|
||||
if (error_count > 0) {
|
||||
json = sdscatprintf(json, ",\n \"cluster_errors\": %lu",
|
||||
|
Loading…
Reference in New Issue
Block a user