support go-redis/v9

This commit is contained in:
finley
2023-06-27 06:52:00 +08:00
parent 455a9ab414
commit 4cae62d624
7 changed files with 18 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
package main
import (
"github.com/go-redis/redis/v8"
"github.com/hdt3213/delayqueue"
"github.com/redis/go-redis/v9"
"strconv"
"time"
)