summaryrefslogtreecommitdiff
path: root/src/cluster.h
diff options
context:
space:
mode:
authoraradz44 <112960166+aradz44@users.noreply.github.com>2023-01-02 09:41:54 +0200
committerGitHub <noreply@github.com>2023-01-01 23:41:54 -0800
commitd2d6bc18ebc63265c2ee55ed79ab6ad2044b3bc3 (patch)
tree95e4799e0f5e8dc6f9a95fa14281c11475654a11 /src/cluster.h
parent383d902ce68131cf40d6122ce09e305e672e8555 (diff)
downloadredis-d2d6bc18ebc63265c2ee55ed79ab6ad2044b3bc3.tar.gz
Add cluster info and cluster nodes to bug report (#11656)
Adds the CLUSTER INFO and CLUSTER NODES to the bug report string. Co-authored-by: Madelyn Olson <34459052+madolson@users.noreply.github.com>
Diffstat (limited to 'src/cluster.h')
-rw-r--r--src/cluster.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cluster.h b/src/cluster.h
index 4f1f9bf87..4c93dbc8d 100644
--- a/src/cluster.h
+++ b/src/cluster.h
@@ -419,5 +419,7 @@ void slotToChannelAdd(sds channel);
void slotToChannelDel(sds channel);
void clusterUpdateMyselfHostname(void);
void clusterUpdateMyselfAnnouncedPorts(void);
+sds clusterGenNodesDescription(int filter, int use_pport);
+sds genClusterInfoString();
#endif /* __CLUSTER_H */