github.com/go-redis/redis/v8.sentinelFailover.sentinel (field)
13 uses
github.com/go-redis/redis/v8 (current package)
sentinel.go#L405: sentinel *SentinelClient
sentinel.go#L412: if c.sentinel != nil {
sentinel.go#L422: err := c.sentinel.Close()
sentinel.go#L426: c.sentinel = nil
sentinel.go#L444: sentinel := c.sentinel
sentinel.go#L457: if c.sentinel != nil {
sentinel.go#L458: addr := c.getMasterAddr(ctx, c.sentinel)
sentinel.go#L489: sentinel := c.sentinel
sentinel.go#L502: if c.sentinel != nil {
sentinel.go#L503: addrs := c.getSlaveAddrs(ctx, c.sentinel)
sentinel.go#L614: if c.sentinel != nil {
sentinel.go#L617: c.sentinel = sentinel
sentinel.go#L625: sentinels, err := c.sentinel.Sentinels(ctx, c.opt.MasterName).Result()
![]() |
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. |