@@ -69,7 +69,7 @@ def redis_info():
p("len(keys)",len(keys))
print("",end="",flush=True)
- rconn.flushall()
+ # rconn.flushall()
redis_info()
r"""