github.com/go-redis/redis/v8.Options.Addr (field)
17 uses
github.com/go-redis/redis/v8 (current package)
cluster.go#L174: opt.Addr = addr
cluster.go#L1032: return newClusterState(c.nodes, slots, node.Client.opt.Addr)
options.go#L37: Addr string
options.go#L115: if opt.Addr == "" {
options.go#L116: opt.Addr = "localhost:6379"
options.go#L119: if strings.HasPrefix(opt.Addr, "/") {
options.go#L222: o.Addr = net.JoinHostPort(h, p)
options.go#L252: label.String("redis.addr", opt.Addr),
options.go#L254: conn, err = opt.Dialer(ctx, opt.Network, opt.Addr)
redis.go#L371: return c.opt.Addr
ring.go#L163: clopt.Addr = addr
sentinel.go#L68: Addr: "FailoverClient",
sentinel.go#L98: Addr: addr,
universal.go#L141: Addr: addr,
golang.org/x/pkgsite/cmd/frontend
main.go#L111: Addr: cfg.RedisHAHost + ":" + cfg.RedisHAPort,
main.go#L136: Addr: cfg.RedisCacheHost + ":" + cfg.RedisCachePort,
golang.org/x/pkgsite/cmd/worker
main.go#L178: Addr: host + ":" + port,
 |
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. |