Commit 4f703953 authored by litaolemo's avatar litaolemo

update

parent 9af4adae
...@@ -109,8 +109,8 @@ user_id_list = [ ...@@ -109,8 +109,8 @@ user_id_list = [
] ]
f= open("josnfile.json","r",encoding='utf-8') f= open("josnfile.json","r",encoding='utf-8')
rds = redis.StrictRedis(host='172.18.51.10', port=6379, db=17, decode_responses=True) # rds = redis.StrictRedis(host='172.18.51.10', port=6379, db=17, decode_responses=True)
pid_list = rds.hkeys("xiaohongshu") # pid_list = rds.hkeys("xiaohongshu")
for line in f: for line in f:
# for pid in f: # for pid in f:
# res = rds.hget("xiaohongshu", pid) # res = rds.hget("xiaohongshu", pid)
......
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