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

Method SSDBZSetModel

RedisStudio/SSDB/SSDBZSetModel.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected