github.com/go-redis/redis/v8.ClusterOptions.ReadTimeout (field)
10 uses
github.com/go-redis/redis/v8 (current package)
cluster.go#L68: ReadTimeout time.Duration
cluster.go#L97: switch opt.ReadTimeout {
cluster.go#L99: opt.ReadTimeout = 0
cluster.go#L101: opt.ReadTimeout = 3 * time.Second
cluster.go#L107: opt.WriteTimeout = opt.ReadTimeout
cluster.go#L146: ReadTimeout: opt.ReadTimeout,
cluster.go#L1184: return cn.WithReader(ctx, c.opt.ReadTimeout, func(rd *proto.Reader) error {
cluster.go#L1342: return cn.WithReader(ctx, c.opt.ReadTimeout, func(rd *proto.Reader) error {
sentinel.go#L142: ReadTimeout: opt.ReadTimeout,
universal.go#L83: ReadTimeout: o.ReadTimeout,
![]() |
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. |