mirror of
https://github.com/go-gitea/gitea
synced 2025-08-11 03:58:20 +00:00
backports #24114 --------- Co-authored-by: techknowlogick <hello@techknowlogick.com>
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
"code.gitea.io/gitea/modules/log"
|
||||
"code.gitea.io/gitea/modules/nosql"
|
||||
|
||||
"github.com/go-redis/redis/v8"
|
||||
"github.com/redis/go-redis/v9"
|
||||
)
|
||||
|
||||
// RedisQueueType is the type for redis queue
|
||||
|
@@ -6,7 +6,7 @@ package queue
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/go-redis/redis/v8"
|
||||
"github.com/redis/go-redis/v9"
|
||||
)
|
||||
|
||||
// RedisUniqueQueueType is the type for redis queue
|
||||
|
Reference in New Issue
Block a user