- 将Redis主机地址更新为华为云新实例地址 - 移除旧的密码配置项 - 保持端口和数据库索引不变 - 更新连接超时时间为10秒 - 使用Lettuce作为默认客户端配置
@@ -4,12 +4,12 @@ spring:
include: config-druid-bjczwh,common
# redis 配置
redis:
- host: r-bp1ylqods7sqn8gs4b.redis.rds.aliyuncs.com
+ host: redis-b6d80cf4-3df9-43c8-8182-bfe3ace0098b.cn-southwest-2.dcs.myhuaweicloud.com
port: 6379
# 数据库索引
database: 0
# 密码
- password: Ylrz_1q2w3e4r5t6y
+ password:
# 连接超时时间
timeout: 10s
lettuce: