github.com/go-redis/redis/v8.Options.Dialer (field)
10 uses
github.com/go-redis/redis/v8 (current package)
cluster.go#L135: Dialer: opt.Dialer,
options.go#L41: Dialer func(ctx context.Context, network, addr string) (net.Conn, error)
options.go#L128: if opt.Dialer == nil {
options.go#L129: opt.Dialer = func(ctx context.Context, network, addr string) (net.Conn, error) {
options.go#L254: conn, err = opt.Dialer(ctx, opt.Network, opt.Addr)
ring.go#L129: Dialer: opt.Dialer,
sentinel.go#L70: Dialer: opt.Dialer,
sentinel.go#L100: Dialer: opt.Dialer,
sentinel.go#L176: opt.Dialer = masterSlaveDialer(failover)
universal.go#L142: 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. |