github.com/go-redis/redis/v8.RingOptions.NewConsistentHash (field)

4 uses

	github.com/go-redis/redis/v8 (current package)
		ring.go#L63: 	NewConsistentHash func(shards []string) ConsistentHash
		ring.go#L104: 	if opt.NewConsistentHash == nil {
		ring.go#L105: 		opt.NewConsistentHash = newRendezvous
		ring.go#L346: 	hash := c.opt.NewConsistentHash(liveShards)