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

@@ -1,7 +1,7 @@
package redis_lua
import (
"github.com/go-redis/redis/v8"
"github.com/redis/go-redis/v9"
"github.com/seaweedfs/seaweedfs/weed/filer"
"github.com/seaweedfs/seaweedfs/weed/util"
)