golang.org/x/pkgsite/internal/config.Config.RedisHAHost (field)
5 uses
golang.org/x/pkgsite/internal/config (current package)
config.go#L167: RedisHAHost, RedisHAPort string
config.go#L373: RedisHAHost: os.Getenv("GO_DISCOVERY_REDIS_HA_HOST"),
golang.org/x/pkgsite/cmd/frontend
main.go#L109: if cfg.RedisHAHost != "" {
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. |