实现缓存策略若干功能

This commit is contained in:
刘祥超
2020-10-04 16:10:19 +08:00
parent 575c59267a
commit 75f653972d
12 changed files with 1077 additions and 472 deletions

View File

@@ -18,6 +18,7 @@ message Node {
string secret = 8;
int64 version = 9;
int64 latestVersion = 10;
repeated int64 connectedAPINodeIds = 11;
NodeCluster cluster = 32;
NodeLogin login = 33;