diff options
Diffstat (limited to 'modules/cache/cache_redis.go')
-rw-r--r-- | modules/cache/cache_redis.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cache/cache_redis.go b/modules/cache/cache_redis.go index 8e056ff2ec..f22482de48 100644 --- a/modules/cache/cache_redis.go +++ b/modules/cache/cache_redis.go @@ -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. |