spring:
  redis:
    database: 2
    host: fdff:1:1:1::1
    port: 6379
    password: techhero123
    timeout: 5000
    pool:
      max-active: 8
      max-wait: -1
      max-idle: 8
      min-idle: 0