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

Method SSDBStringModel

RedisStudio/SSDB/SSDBStringModel.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "../Redis/RedisResult.h"
4
5SSDBStringModel::SSDBStringModel(ssdb::Client* client ) : AbstractSSDBModel(client)
6{
7
8}
9
10bool SSDBStringModel::GetData( const std::string& key, RedisResult& results )
11{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected