mirror of
https://github.com/hibiken/asynq.git
synced 2025-10-04 05:32:01 +08:00
Update redis/go-redis to v9
Version v9 implements the support for Redis v7 and has some other improvements.
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/go-redis/redis/v8"
|
||||
"github.com/redis/go-redis/v9"
|
||||
"github.com/google/uuid"
|
||||
"github.com/hibiken/asynq/internal/base"
|
||||
"github.com/hibiken/asynq/internal/log"
|
||||
|
||||
Reference in New Issue
Block a user