Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
bool SSDBClient::Ping()
53
{
54
Base::Mutex::ScopedLock scopedLock(m_oMutex);
55
ssdb::Status status = m_Client->request(
"ping"
);
56
return status.ok();
57
}
58
59
bool SSDBClient::IsConnected()
60
{
Callers
1
BackgroundWork
Method · 0.45
Calls
2
ok
Method · 0.80
request
Method · 0.45
Tested by
no test coverage detected