type github.com/go-redis/redis/v8.ConsistentHash

4 uses

	github.com/go-redis/redis/v8 (current package)
		ring.go#L27: type ConsistentHash interface {
		ring.go#L39: func newRendezvous(shards []string) ConsistentHash {
		ring.go#L63: 	NewConsistentHash func(shards []string) ConsistentHash
		ring.go#L211: 	hash     ConsistentHash