1
0
Fork 1
mirror of https://github.com/distribution/distribution synced 2024-09-16 07:33:43 +00:00
docker-distribution/registry
Stephen J Day 44b14ceadc Integrate layer info cache with registry and storage
This changeset integrates the layer info cache with the registry webapp and
storage backend. The main benefit is to cache immutable layer meta data,
reducing backend roundtrips. The cache can be configured to use either redis or
an inmemory cache.

This provides massive performance benefits for HEAD http checks on layer blobs
and manifest verification.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-04-02 20:15:16 -07:00
..
api/v2 Remove max repository component length restriction 2015-03-06 19:55:33 -05:00
auth Merge pull request #256 from ncdc/master 2015-03-11 19:01:23 -07:00
client Remove unnecessary close in client 2015-03-03 19:29:12 -08:00
handlers Integrate layer info cache with registry and storage 2015-04-02 20:15:16 -07:00
middleware Fix Godoc typos 2015-03-11 08:56:29 -07:00
storage Integrate layer info cache with registry and storage 2015-04-02 20:15:16 -07:00
doc.go Integrate layer info cache with registry and storage 2015-04-02 20:15:16 -07:00