|
@@ -6,7 +6,7 @@ import os ,sys ,time
|
|
|
|
|
|
def redis_scan():
|
|
|
try:
|
|
|
- redisconn = redis.Redis(host='r-bp1lsmidgnw4w7n1pi.redis.rds.aliyuncs.com', password="Wqsd@2019", port=6379,
|
|
|
+ redisconn = redis.Redis(host='r-bp1l.redis.rds.aliyuncs.com', password="Wqsd@2019", port=6379,
|
|
|
db=0)
|
|
|
except Exception as e:
|
|
|
print("connect redis error")
|