github.com/go-redis/redis/v8.FailoverOptions.SentinelPassword (field)

3 uses

	github.com/go-redis/redis/v8 (current package)
		sentinel.go#L27: 	SentinelPassword string
		sentinel.go#L104: 		Password: opt.SentinelPassword,
		universal.go#L112: 		SentinelPassword: o.SentinelPassword,