1
0
mirror of synced 2025-12-12 08:08:16 +08:00

auto commit

This commit is contained in:
yitter
2021-04-04 13:18:16 +08:00
parent cbe306d6bd
commit 408482d352

View File

@@ -188,11 +188,10 @@ extern __declspec(dllexport) void UnRegister();
extern __declspec(dllexport) GoInt32 Validate(GoInt32 workerId);
```
#### redis作用
redis作用
🔎 用于注册 WorkerId ,不用于生产 ID。
🔎 在集成“自动注册WorkerId”功能时用于注册 WorkerId ,不用于生产 ID。
🔎 如果手工指定 WorkerId即可不依赖 redis。
#### 💎 配置变更