func github.com/go-redis/redis/v8/internal/hashtag.Slot

5 uses

	github.com/go-redis/redis/v8/internal/hashtag (current package)
		hashtag.go#L65: func Slot(key string) int {

	github.com/go-redis/redis/v8
		cluster.go#L1437: 	slot := hashtag.Slot(keys[0])
		cluster.go#L1439: 		if hashtag.Slot(key) != slot {
		cluster.go#L1504: 				slot := hashtag.Slot(channels[0])
		cluster.go#L1627: 	return hashtag.Slot(firstKey)