github.com/go-redis/redis/v8.clusterStateHolder.Get (method)
7 uses
github.com/go-redis/redis/v8 (current package)
cluster.go#L646: func (c *clusterStateHolder) Get(ctx context.Context) (*clusterState, error) {
cluster.go#L663: return c.Get(ctx)
cluster.go#L967: state, _ := c.state.Get(context.TODO())
cluster.go#L1134: state, err := c.state.Get(ctx)
cluster.go#L1265: state, err := c.state.Get(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. |