example-redis.0.0.1.source-code.application.yml Maven / Gradle / Ivy
The newest version!
spring:
redis:
host: 47.103.67.243
port: 6379
ssl: false
database: 0
password: 1qaz@WSX
timeout: 2000
lettuce:
pool:
# 最大空闲连接数
maxIdle: 3
# 最大活动连接数
maxActive: 20
© 2015 - 2024 Weber Informatics LLC | Privacy Policy