1
0
mirror of synced 2026-04-20 15:28:40 +08:00

auto commit

This commit is contained in:
yitter
2021-04-01 11:07:49 +08:00
parent a49e992222
commit ea40c58294

View File

@@ -182,7 +182,11 @@ extern __declspec(dllexport) GoUint8 ValidateLocalWorkerId(GoInt workerId);
```
redis作用:只用于注册 WorkerId ,不用于生产 ID。
#### redis作用
1.只用于注册 WorkerId ,不用于生产 ID。
2.如果手工指定 WorkerId即可不依赖 redis。
#### 其它分布式集成