chatapp3-java/nacos_config/common/redis-config.yml
2026-04-15 18:28:52 +08:00

19 lines
365 B
YAML

spring:
data:
redis:
port: 6379
host: localhost
# username: prod
ssl:
enabled: false
database: 0
timeout: 120000
lettuce:
pool:
enabled: true
max-idle: 8
min-idle: 2
max-active: 8
max-wait: 120000ms
time-between-eviction-runs: 60000ms