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

Method SSDBHashModel

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected