Skip to content

Commit

Permalink
Update index.py
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Dec 17, 2024
1 parent 843ac18 commit 1285641
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugins/valkey/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -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', # 已运行天数
Expand Down

0 comments on commit 1285641

Please sign in to comment.