2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-10-22 22:06:12 +08:00

Merge branch 'master' into mongo

This commit is contained in:
Vlad Fratila
2023-06-07 14:56:50 +03:00
committed by GitHub
26 changed files with 138 additions and 243 deletions

View File

@@ -15,7 +15,7 @@ import (
"sync"
"time"
"github.com/go-redis/redis/v8"
"github.com/redis/go-redis/v9"
"github.com/hibiken/asynq/internal/base"
"github.com/hibiken/asynq/internal/log"
"github.com/hibiken/asynq/internal/mongobroker"