From c0ea77f0e19441f54e7303641b9387d281c2c3db Mon Sep 17 00:00:00 2001 From: Binbin Date: Sun, 20 Feb 2022 13:11:20 +0800 Subject: Show publishshard_sent stat in cluster info (#10314) publishshard was added in #8621 (7.0 RC1), but the publishshard_sent stat is not shown in CLUSTER INFO command. Other changes: 1. Remove useless `needhelp` statements, it was removed in 3dad819. 2. Use `LL_WARNING` log level for some error logs (I/O error, Connection failed). 3. Fix typos that saw by the way. --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redis.conf') diff --git a/redis.conf b/redis.conf index d9644a776..d018c8824 100644 --- a/redis.conf +++ b/redis.conf @@ -1680,7 +1680,7 @@ aof-timestamp-enabled no # routing. By default this value is only shown as additional metadata in the CLUSTER SLOTS # command, but can be changed using 'cluster-preferred-endpoint-type' config. This value is # communicated along the clusterbus to all nodes, setting it to an empty string will remove -# the hostname and also propgate the removal. +# the hostname and also propagate the removal. # # cluster-announce-hostname "" -- cgit v1.2.1