distribution/registry/storage/cache/redis
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
..
redis.go refactor redis cache 2023-09-28 18:40:50 +08:00
redis_test.go Replace redigo with redis-go 2023-08-26 07:44:02 +01:00