(ws) add bare bone redis-cli like sub-command, with command line editing powered by libnoise
This commit is contained in:
4
ws/ws.h
4
ws/ws.h
@ -64,6 +64,10 @@ namespace ix
|
||||
bool disablePerMessageDeflate,
|
||||
const ix::SocketTLSOptions& tlsOptions);
|
||||
|
||||
int ws_redis_cli_main(const std::string& hostname,
|
||||
int port,
|
||||
const std::string& password);
|
||||
|
||||
int ws_redis_publish_main(const std::string& hostname,
|
||||
int port,
|
||||
const std::string& password,
|
||||
|
Reference in New Issue
Block a user