Update index.py

pull/209/head
midoks 3 years ago
parent 03376bd42d
commit 91d6ff3c54
  1. 4
      plugins/redis/index.py

@ -154,6 +154,10 @@ def reload():
def runInfo():
s = status()
if s == 'stop':
return mw.returnJson(False, '未启动')
requirepass = ""
conf = getServerDir() + '/redis.conf'

Loading…
Cancel
Save