mirror of
https://github.com/distribution/distribution.git
synced 2026-07-17 02:00:41 +00:00
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>