切换v8库, 适配流控

This commit is contained in:
白茶清欢 2024-06-19 21:57:26 +08:00
parent cec7fa76e5
commit 20b30f92a7
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ import (
"context"
"git.zhangdeman.cn/zhangdeman/redis/define"
"github.com/redis/go-redis/v9"
"github.com/go-redis/redis/v8"
"go.uber.org/zap"
)

View File

@ -16,8 +16,8 @@ import (
"git.zhangdeman.cn/zhangdeman/redis/abstract"
"git.zhangdeman.cn/zhangdeman/redis/define"
wrapperOperate "git.zhangdeman.cn/zhangdeman/wrapper"
redisClient "github.com/go-redis/redis/v8"
"github.com/pkg/errors"
redisClient "github.com/redis/go-redis/v9"
"go.uber.org/zap"
)