summaryrefslogtreecommitdiffstats
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 9404369075..67efc66bc9 100644
--- a/modules/queue/unique_queue_redis.go
+++ b/modules/queue/unique_queue_redis.go
@@ -4,7 +4,7 @@
package queue
-import "github.com/go-redis/redis"
+import "github.com/go-redis/redis/v7"
// RedisUniqueQueueType is the type for redis queue
const RedisUniqueQueueType Type = "unique-redis"