| 75 | } |
| 76 | |
| 77 | void RedisClient::setHostAddress(const QString &hostAddress) { |
| 78 | Q_ASSERT(_redisTransMgr != NULL); |
| 79 | _redisTransMgr->setHostAddress(hostAddress); |
| 80 | } |
| 81 | |
| 82 | void RedisClient::setPort(int port) { |
| 83 | Q_ASSERT(_redisTransMgr != NULL); |
nothing calls this directly
no outgoing calls
no test coverage detected