Update index.py

pull/504/head
Mr Chen 2 years ago
parent 5e5606a586
commit 8c82641cb0
  1. 1
      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, '未启动')

Loading…
Cancel
Save