You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
220 B
13 lines
220 B
3 years ago
|
# Redis主缓存配置
|
||
|
spring:
|
||
|
redis:
|
||
|
host: 127.0.0.1
|
||
|
port: 6379
|
||
|
database: 6
|
||
|
timeout: 6000
|
||
|
lettuce:
|
||
|
pool:
|
||
|
max-active: 10
|
||
|
max-wait: -1ms
|
||
|
max-idle: 10
|
||
|
min-idle: 2
|