github.com/kaydxh/golang@v0.0.131/pkg/database/redis/redis.yaml (about) 1 database: 2 redis: 3 enabled: true 4 addresses: 5 - "localhost:6379" 6 password: "123456" 7 db: 0 8 max_connections: 100 9 max_idle_connections: 10 10 dial_timeout: 5s 11 max_wait_duration: 20s 12 fail_after_duration: 60s