Commit cab39b5d by 岳巧源

modify pass

parent 9289967e
Showing with 1 additions and 1 deletions
...@@ -26,7 +26,7 @@ conf = config_prod ...@@ -26,7 +26,7 @@ conf = config_prod
if __name__ == '__main__': if __name__ == '__main__':
host = conf["redis1"]["host"] host = conf["redis1"]["host"]
port = conf["redis1"]["port"] port = conf["redis1"]["port"]
password = conf["redis2"]["password"] password = conf["redis1"]["password"]
db = redis.Redis(host=host, port=port, password=password, decode_responses=True) db = redis.Redis(host=host, port=port, password=password, decode_responses=True)
# ans = db.hget("jd_ext_attr", "33836") # ans = db.hget("jd_ext_attr", "33836")
ans = db.hget("sku", "1151033372455278202") ans = db.hget("sku", "1151033372455278202")
......
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 sign in to comment