From 8c82641cb0b2fea00c3d0f789fed526e68c41b1e Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Thu, 9 Nov 2023 22:26:48 +0800 Subject: [PATCH] Update index.py --- plugins/redis/index.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/redis/index.py b/plugins/redis/index.py index 3bc0b6f87..bf55b08b5 100755 --- a/plugins/redis/index.py +++ b/plugins/redis/index.py @@ -354,6 +354,7 @@ def infoReplication(): def clusterInfo(): #集群信息 + # https://redis.io/commands/cluster-info/ s = status() if s == 'stop': return mw.returnJson(False, '未启动')