MCPcopy Create free account
hub / github.com/cinience/RedisStudio / Ping

Method Ping

RedisStudio/SSDB/SSDBClient.cpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51
52bool SSDBClient::Ping()
53{
54 Base::Mutex::ScopedLock scopedLock(m_oMutex);
55 ssdb::Status status = m_Client->request("ping");
56 return status.ok();
57}
58
59bool SSDBClient::IsConnected()
60{

Callers 1

BackgroundWorkMethod · 0.45

Calls 2

okMethod · 0.80
requestMethod · 0.45

Tested by

no test coverage detected