# 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