mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-16 10:03:14 -07:00
Redis network config master work, and the beginnings of some actual unit test code.
This commit is contained in:
parent
b6fba5934a
commit
ecffa9f5e7
10 changed files with 314 additions and 122 deletions
|
@ -73,6 +73,7 @@ private:
|
|||
bool _hget(const char *key,const char *hashKey,std::string &value);
|
||||
bool _hset(const char *key,const char *hashKey,const char *value);
|
||||
bool _get(const char *key,std::string &value);
|
||||
bool _sadd(const char *key,const char *value);
|
||||
bool _smembers(const char *key,std::vector<std::string> &sdata);
|
||||
|
||||
bool _initNewMember(uint64_t nwid,const Identity &member,const Dictionary &metaData,Dictionary &memberRecord);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue