Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ ping
Method
ping
RedisStudio/Base/Http.cpp:39–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
bool Http::ping()
40
{
41
if (_ip.empty()) return false;
42
return true;
43
}
44
45
Http::Response Http::post(const std::string& path, const std::string& data)
46
{
Callers
1
BackgroundWork
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected