update client

This commit is contained in:
2024-06-20 14:58:06 +08:00
parent 3de0fe084f
commit cbab3ebbc2
4 changed files with 9 additions and 2 deletions

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"
)