1
0
mirror of https://github.com/distribution/distribution synced 2024-11-12 05:45:51 +01:00
distribution/registry/storage/cache
bin liu 46a9da160e refactor redis cache
This commit removes some `conn` parameters of private functions, which can
be obtain from the struct itself. The `conn` is for the old `redisgo` library,
which is replaced by `go-redis` in #4019.

Signed-off-by: bin liu <liubin0329@gmail.com>
2023-09-28 18:40:50 +08:00
..
cachecheck format code with gofumpt 2022-11-03 22:48:20 +01:00
memory deprecate reference package, migrate to github.com/distribution/reference 2023-08-31 15:47:06 +02:00
metrics go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00
redis refactor redis cache 2023-09-28 18:40:50 +08:00
cache_test.go go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00
cache.go go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00
cachedblobdescriptorstore.go Cleanup storage cache metrics 2023-08-04 09:03:06 +02:00