github.com/go-redis/redis/v8.clusterSlot.start (field)

5 uses

	github.com/go-redis/redis/v8 (current package)
		cluster.go#L416: 	start, end int
		cluster.go#L427: 	return p[i].start < p[j].start
		cluster.go#L484: 			start: slot.Start,
		cluster.go#L601: 	if slot >= x.start && slot <= x.end {