func github.com/go-redis/redis/v8.NewClient
7 uses
github.com/go-redis/redis/v8 (current package)
cluster.go#L127: opt.NewClient = NewClient
redis.go#L528: func NewClient(opt *Options) *Client {
ring.go#L96: return NewClient(opt)
universal.go#L204: return NewClient(opts.Simple())
golang.org/x/pkgsite/cmd/frontend
main.go#L110: haClient = redis.NewClient(&redis.Options{
main.go#L135: cacheClient = redis.NewClient(&redis.Options{
golang.org/x/pkgsite/cmd/worker
main.go#L177: return redis.NewClient(&redis.Options{
![]() |
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. |