Update redis library to support redis v7 (#24114)
This commit is contained in:
parent
5b9557aef5
commit
985f76dc4b
9 changed files with 29 additions and 18 deletions
2
modules/cache/cache_redis.go
vendored
2
modules/cache/cache_redis.go
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue