github.com/go-redis/redis/v8.clusterStateHolder.ReloadOrGet (method)

4 uses

	github.com/go-redis/redis/v8 (current package)
		cluster.go#L658: func (c *clusterStateHolder) ReloadOrGet(ctx context.Context) (*clusterState, error) {
		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)