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

Method GetClient

RedisStudio/Redis/AbstractRedisModel.h:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 const std::string& field="") = 0;
21
22 RedisClient* GetClient()
23 {
24 return m_pClient;
25 }
26
27private:
28 RedisClient* m_pClient;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected