Update index.py

pull/620/head
Mr Chen 10 months ago
parent f5f9064c52
commit 3618940713
  1. 2
      plugins/redis/index.py

@ -512,7 +512,7 @@ def submitRedisConf():
content = mw.readFile(conf)
for g in gets:
if g in args:
rep = g + '\s*([.0-9A-Za-z_& ~]+)'
rep = g + r'\s*([.0-9A-Za-z_& ~]+)'
val = g + ' ' + args[g]
if g == 'maxmemory':

Loading…
Cancel
Save