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