github.com/go-redis/redis/v8.clusterStateHolder.load (field)

3 uses

	github.com/go-redis/redis/v8 (current package)
		cluster.go#L610: 	load func(ctx context.Context) (*clusterState, error)
		cluster.go#L618: 		load: fn,
		cluster.go#L623: 	state, err := c.load(ctx)