use redis v9

This commit is contained in:
yanghao05
2023-05-30 17:31:48 +08:00
parent 63e66378ee
commit 690df80c39
4 changed files with 7 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ package redis
import (
"fmt"
"github.com/go-redis/redis/v8"
"github.com/redis/go-redis/v9"
"github.com/rogeecn/atom/container"
"github.com/rogeecn/atom/utils/opt"
)

View File

@@ -3,8 +3,8 @@ package redis
import (
"context"
"github.com/go-redis/redis/v8"
"github.com/pkg/errors"
"github.com/redis/go-redis/v9"
"github.com/rogeecn/atom/container"
"github.com/rogeecn/atom/utils/opt"
)