|
@@ -26,9 +26,28 @@ spring:
|
|
|
#username: wx2023_ad
|
|
#username: wx2023_ad
|
|
|
#password: wx2023_adP@assword1234
|
|
#password: wx2023_adP@assword1234
|
|
|
|
|
|
|
|
|
|
+ redis:
|
|
|
|
|
+ hostName: r-bp1ps6my7lzg8rdhwx682.redis.rds.aliyuncs.com
|
|
|
|
|
+ port: 6379
|
|
|
|
|
+ password: Wqsd@2019
|
|
|
|
|
+ lettuce:
|
|
|
|
|
+ pool:
|
|
|
|
|
+ max-active: 200 # 连接池最大连接数(使用负值表示没有限制) 默认 8
|
|
|
|
|
+ max-idle: 20 # 连接池中的最大空闲连接 默认 8
|
|
|
|
|
+ min-idle: 10 # 连接池中的最小空闲连接 默认 0
|
|
|
|
|
+
|
|
|
|
|
+ redis-ad:
|
|
|
|
|
+ hostName: r-bp1ps6my7lzg8rdhwx682.redis.rds.aliyuncs.com
|
|
|
|
|
+ port: 6379
|
|
|
|
|
+ password: Wqsd@2019
|
|
|
|
|
+ timeout: 1000
|
|
|
|
|
+ lettuce:
|
|
|
|
|
+ pool:
|
|
|
|
|
+ max-active: 1000 # 连接池最大连接数(使用负值表示没有限制) 默认 8
|
|
|
|
|
+ max-idle: 20 # 连接池中的最大空闲连接 默认 8
|
|
|
|
|
+ min-idle: 10 # 连接池中的最小空闲连接 默认 0
|
|
|
redis-algorithm:
|
|
redis-algorithm:
|
|
|
hostName: r-bp1ps6my7lzg8rdhwx682.redis.rds.aliyuncs.com
|
|
hostName: r-bp1ps6my7lzg8rdhwx682.redis.rds.aliyuncs.com
|
|
|
- #hostName: r-bp1fogs2mflr1ybfot.redis.rds.aliyuncs.com
|
|
|
|
|
port: 6379
|
|
port: 6379
|
|
|
password: Wqsd@2019
|
|
password: Wqsd@2019
|
|
|
timeout: 1000
|
|
timeout: 1000
|