upgrade to github.com/redis/go-redis/v9

fix https://github.com/seaweedfs/seaweedfs/issues/4532
This commit is contained in:
chrislu
2024-07-11 00:15:19 -07:00
parent 33b11f92bc
commit c59517e284
27 changed files with 37 additions and 32 deletions

View File

@@ -3,9 +3,9 @@ package redis3
import (
"time"
"github.com/go-redis/redis/v8"
"github.com/redis/go-redis/v9"
"github.com/go-redsync/redsync/v4"
"github.com/go-redsync/redsync/v4/redis/goredis/v8"
"github.com/go-redsync/redsync/v4/redis/goredis/v9"
"github.com/seaweedfs/seaweedfs/weed/filer"
"github.com/seaweedfs/seaweedfs/weed/util"
)