Commit 89b27a64 authored by 宋柯's avatar 宋柯

redis清理

parent e07b06b6
...@@ -256,7 +256,7 @@ nodes=['7877da182171e313bc9326729f82999d1b629c79' ...@@ -256,7 +256,7 @@ nodes=['7877da182171e313bc9326729f82999d1b629c79'
# keys = ['rims:tag_v3:coldstart:','doris:tag_v3:coldstart:'] # keys = ['rims:tag_v3:coldstart:','doris:tag_v3:coldstart:']
search_keys = [''] search_keys = ['']
do_delete = False do_delete = False
idletime_max = 60 * 60 * 60 * 24 idletime_max = 60 * 60 * 180 * 24
# conn2 = getRedisConn2() # conn2 = getRedisConn2()
for search_key in search_keys: for search_key in search_keys:
search_key = search_key + '*' search_key = search_key + '*'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment