golang.org/x/pkgsite/internal/config.Config.RedisHAPort (field)
4 uses
golang.org/x/pkgsite/internal/config (current package)
config.go#L167: RedisHAHost, RedisHAPort string
config.go#L374: RedisHAPort: GetEnv("GO_DISCOVERY_REDIS_HA_PORT", "6379"),
golang.org/x/pkgsite/cmd/frontend
main.go#L111: Addr: cfg.RedisHAHost + ":" + cfg.RedisHAPort,
golang.org/x/pkgsite/cmd/worker
main.go#L162: return getRedis(ctx, cfg.RedisHAHost, cfg.RedisHAPort, 5*time.Minute, 5*time.Minute)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |