github.com/go-redis/redis/v8.FailoverOptions.Dialer (field)
7 uses
github.com/go-redis/redis/v8 (current package)
sentinel.go#L41: Dialer func(ctx context.Context, network, addr string) (net.Conn, error)
sentinel.go#L70: Dialer: opt.Dialer,
sentinel.go#L100: Dialer: opt.Dialer,
sentinel.go#L127: Dialer: opt.Dialer,
sentinel.go#L215: if failover.opt.Dialer != nil {
sentinel.go#L216: return failover.opt.Dialer(ctx, network, addr)
universal.go#L106: Dialer: o.Dialer,
![]() |
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. |