Update redis library to support redis v7 (#24114) (#24156)

backports #24114

---------

Co-authored-by: techknowlogick <hello@techknowlogick.com>
This commit is contained in:
Patrick Schratz
2023-04-17 02:34:59 -04:00
committed by GitHub
co-authored by techknowlogick
parent 2b32f8b95f
commit 463e144d97
9 changed files with 38 additions and 26 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ import (
"code.gitea.io/gitea/modules/nosql"
"gitea.com/go-chi/session"
"github.com/go-redis/redis/v8"
"github.com/redis/go-redis/v9"
)
// RedisStore represents a redis session store implementation.