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.
11 lines
185 B
11 lines
185 B
|
6 years ago
|
spring:
|
||
|
|
redis:
|
||
|
|
host: localhost
|
||
|
|
port: 6379
|
||
|
|
timeout: 3000
|
||
|
|
lettuce:
|
||
|
|
pool:
|
||
|
|
max-idle: 500
|
||
|
|
min-idle: 50
|
||
|
|
max-active: 2000
|
||
|
|
max-wait: 1000
|