Update redis library to support redis v7 (#24114)

This commit is contained in:
techknowlogick
2023-04-13 18:41:04 -04:00
repo.diff.committed_by GitHub
repo.diff.parent 5b9557aef5
repo.diff.commit 985f76dc4b
repo.diff.stats_desc%!(EXTRA int=9, int=29, int=18)

2
modules/cache/cache_redis.go repo.diff.vendored
repo.diff.view_file

@@ -12,7 +12,7 @@ import (
"code.gitea.io/gitea/modules/nosql"
"gitea.com/go-chi/cache"
"github.com/go-redis/redis/v8"
"github.com/redis/go-redis/v9"
)
// RedisCacher represents a redis cache adapter implementation.