Commit 015953aa by Your Name

更新了redis不能连接问题

parent a4a1c6b5
......@@ -106,12 +106,9 @@ spring:
class: javax.net.ssl.SSLSocketFactor
redis:
database: 6 # Redis数据库索引(默认为0),如果设置为1,那么存入的key-value都存放在select 1中
#host: 47.115.147.241
host: r-wz9p8pve7uem63b10upd.redis.rds.aliyuncs.com
#port: 7788
port: 6379
password: (!0YouLingRcRedis0!)
# password: (!0YouLingRcRedis0!)
max-wait: 30000 # 连接池最大阻塞等待时间(使用负值表示没有限制)
max-active: 100 # 连接池最大连接数(使用负值表示没有限制)
max-idle: 20 # 连接池中的最大空闲连接
......
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 to comment