Initial patch for redis version 7 support (#4572)

This commit is contained in:
Aaron Gipson
2023-06-12 15:30:03 -05:00
committed by GitHub
parent 25535e9c36
commit a25bca0692
25 changed files with 43 additions and 35 deletions

View File

@@ -3,7 +3,8 @@ package redis3
import (
"context"
"fmt"
"github.com/go-redis/redis/v8"
"github.com/redis/go-redis/v9"
"github.com/seaweedfs/seaweedfs/weed/glog"
"github.com/seaweedfs/seaweedfs/weed/util/skiplist"
"google.golang.org/protobuf/proto"