Redis network config master work, and the beginnings of some actual unit test code.

This commit is contained in:
Adam Ierymenko 2015-02-24 16:15:01 -08:00
parent b6fba5934a
commit ecffa9f5e7
10 changed files with 314 additions and 122 deletions

View file

@ -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);