github.com/go-redis/redis/v8.Options.Password (field)
11 uses
github.com/go-redis/redis/v8 (current package)
cluster.go#L139: Password: opt.Password,
options.go#L54: Password string
options.go#L204: o.Password = p
redis.go#L217: if c.opt.Password == "" &&
redis.go#L228: if c.opt.Password != "" {
redis.go#L230: pipe.AuthACL(ctx, c.opt.Username, c.opt.Password)
redis.go#L232: pipe.Auth(ctx, c.opt.Password)
ring.go#L133: Password: opt.Password,
sentinel.go#L75: Password: opt.Password,
sentinel.go#L104: Password: opt.SentinelPassword,
universal.go#L147: Password: o.Password,
![]() |
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. |