github.com/go-redis/redis/v8.clusterClient.state (field)
15 uses
github.com/go-redis/redis/v8 (current package)
cluster.go#L671: state *clusterStateHolder //nolint:structcheck
cluster.go#L697: c.state = newClusterStateHolder(c.loadState)
cluster.go#L731: c.state.LazyReload(ctx)
cluster.go#L801: c.state.LazyReload(ctx)
cluster.go#L849: state, err := c.state.ReloadOrGet(ctx)
cluster.go#L887: state, err := c.state.ReloadOrGet(ctx)
cluster.go#L925: state, err := c.state.ReloadOrGet(ctx)
cluster.go#L967: state, _ := c.state.Get(context.TODO())
cluster.go#L1134: state, err := c.state.Get(ctx)
cluster.go#L1233: c.state.LazyReload(ctx)
cluster.go#L1265: state, err := c.state.Get(ctx)
cluster.go#L1415: c.state.LazyReload(ctx)
cluster.go#L1473: c.state.LazyReload(ctx)
cluster.go#L1635: state, err := c.state.Get(ctx)
cluster.go#L1657: state, err := c.state.Get(ctx)
![]() |
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. |