Browse Source

更新 'all/other/redis_change_expiretime_2.py'

panwang 3 years ago
parent
commit
623971069e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      all/other/redis_change_expiretime_2.py

+ 1 - 1
all/other/redis_change_expiretime_2.py

@@ -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")