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

Method Quit

RedisStudio/Redis/RedisClient.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void RedisClient::Quit()
168{
169 Command("quit");
170 m_bConnected = false;
171}
172
173redisReply* RedisClient::Command( const char* fmt, ... )
174{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected