Commit 2492c10a authored by 郭羽's avatar 郭羽

get redis keys test

parent f06d5add
......@@ -92,9 +92,11 @@ if __name__ == '__main__':
res[t] = add_d
num += 1
print("curor:{},num:{},keys size:{},pipline size:{}".format(str(cursor),str(num),str(len(data)),str(len(datass))))
num += len(data)
# num += len(data)
if cursor == 0 or len(data) == 0:
break
......
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