Update redis library to support redis v7 (#24114)

This commit is contained in:
techknowlogick 2023-04-13 18:41:04 -04:00 committed by GitHub
parent 5b9557aef5
commit 985f76dc4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 29 additions and 18 deletions

View file

@ -11,7 +11,7 @@ import (
"code.gitea.io/gitea/modules/process"
"github.com/go-redis/redis/v8"
"github.com/redis/go-redis/v9"
"github.com/syndtr/goleveldb/leveldb"
)