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)