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,11 +3,12 @@ package redis
import (
"context"
"fmt"
"golang.org/x/exp/slices"
"strings"
"time"
"github.com/go-redis/redis/v8"
"golang.org/x/exp/slices"
"github.com/redis/go-redis/v9"
"github.com/seaweedfs/seaweedfs/weed/filer"
"github.com/seaweedfs/seaweedfs/weed/glog"