修改节点分配方式

This commit is contained in:
2025-09-10 18:26:59 +08:00
parent 7e7d706f84
commit 1900f5e82d
13 changed files with 191 additions and 239 deletions

View File

@@ -4,7 +4,7 @@ import (
"log/slog"
"os"
redis "github.com/redis/go-redis/v9"
"github.com/redis/go-redis/v9"
)
var Redis *redis.Client