Update index.py
This commit is contained in:
parent
843ac18d2d
commit
1285641746
|
|
@ -260,10 +260,7 @@ def runInfo():
|
|||
|
||||
cmd = getRedisCmd()
|
||||
cmd = cmd + 'info'
|
||||
|
||||
print(cmd)
|
||||
data = mw.execShell(cmd)[0]
|
||||
print(data)
|
||||
res = [
|
||||
'tcp_port',
|
||||
'uptime_in_days', # 已运行天数
|
||||
|
|
|
|||
Loading…
Reference in New Issue