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

Method IsConnected

RedisStudio/Redis/RedisClient.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58bool RedisClient::IsConnected()
59{
60 return m_bConnected;
61}
62
63bool RedisClient::Info(std::string& results)
64{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected