소스 검색

auto commit

master
jfinn 2 년 전
부모
커밋
e328d33c7a
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. 0
    9
      wsps/tasks_loop.py

+ 0
- 9
wsps/tasks_loop.py 파일 보기

@@ -377,16 +377,7 @@ glob_cl.rman.rld_files()
377 377
 
378 378
 # print("..",end="\n",flush=True)
379 379
 
380
-def redis_info():
381
-	rconn = glob_cl.rconn
382
-	keys = rconn.keys()
383
-	for k in keys:
384
-		p(":",k)
385 380
 
386
-	p("len(keys)",len(keys))
387
-	print("",end="",flush=True)
388
-	# rconn.flushall()
389
-redis_info()
390 381
 r"""
391 382
 
392 383
 def atexit_fn():

Loading…
취소
저장