aboutsummaryrefslogtreecommitdiffstats
path: root/modules/queue/unique_queue_redis.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/queue/unique_queue_redis.go')
-rw-r--r--modules/queue/unique_queue_redis.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/queue/unique_queue_redis.go b/modules/queue/unique_queue_redis.go
index 491ae5d15e..ae1df08ebd 100644
--- a/modules/queue/unique_queue_redis.go
+++ b/modules/queue/unique_queue_redis.go
@@ -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