redis-config.yaml 192 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 spring: redis: database: 0 host: redis port: 6379 password: 123456 jedis: pool: max-active: 32 min-idle: 0 max-idle: 8 max-wait: -1