import "github.com/docker/distribution/registry/storage/cache/redis"
redis.go
func NewRedisBlobDescriptorCacheProvider(pool *redis.Pool) cache.BlobDescriptorCacheProvider
NewRedisBlobDescriptorCacheProvider returns a new redis-based BlobDescriptorCacheProvider using the provided redis connection pool.