MCPcopy Create free account
hub / github.com/cc20110101/RedisView / setHostAddress

Method setHostAddress

src/RedisView/RedisLib/RedisClient.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void RedisClient::setHostAddress(const QString &hostAddress) {
78 Q_ASSERT(_redisTransMgr != NULL);
79 _redisTransMgr->setHostAddress(hostAddress);
80}
81
82void RedisClient::setPort(int port) {
83 Q_ASSERT(_redisTransMgr != NULL);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected