Commit 4fd6fce4 authored by 宋柯's avatar 宋柯

redis清理

parent 7c056ad6
......@@ -285,6 +285,8 @@ for search_key in search_keys:
idletime_list = pipline.execute()
print("idletime_list:{}".format(idletime_list))
break
if cursor == "0":
break
print("node: {}, cursor: {}, node_key_count: {}, node_del_key_count: {}".format(node, cursor, node_key_count, len(node_del_key_set)))
......
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