ws redis command improvements + test script

This commit is contained in:
Benjamin Sergeant
2019-03-27 13:41:46 -07:00
parent 3388bb50e1
commit 7767c96a9e
11 changed files with 161 additions and 59 deletions

View File

@ -44,7 +44,8 @@ namespace ix
int port,
const std::string& password,
const std::string& channel,
const std::string& message);
const std::string& message,
int count);
int ws_redis_subscribe_main(const std::string& hostname,
int port,