2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-08-19 15:08:55 +08:00

Upgrade tools to use redis v9

This commit is contained in:
Andrew Bezzub
2023-07-17 13:39:18 -07:00
committed by Ken Hibino
parent 551b0c7119
commit 2165ed133b
3 changed files with 46 additions and 28 deletions

View File

@@ -16,10 +16,10 @@ import (
"github.com/MakeNowJust/heredoc/v2"
"github.com/fatih/color"
"github.com/go-redis/redis/v8"
"github.com/hibiken/asynq"
"github.com/hibiken/asynq/internal/base"
"github.com/hibiken/asynq/internal/rdb"
"github.com/redis/go-redis/v9"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
"golang.org/x/exp/utf8string"