aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/redis3/redis_store.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/filer/redis3/redis_store.go')
-rw-r--r--weed/filer/redis3/redis_store.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/filer/redis3/redis_store.go b/weed/filer/redis3/redis_store.go
index 9b98459e6..339115563 100644
--- a/weed/filer/redis3/redis_store.go
+++ b/weed/filer/redis3/redis_store.go
@@ -1,9 +1,9 @@
package redis3
import (
- "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"
)