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

Method RedisSetModel

RedisStudio/Redis/RedisSetModel.cpp:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "RedisSetModel.h"
3
4RedisSetModel::RedisSetModel( RedisClient* client ) : AbstractRedisModel(client)
5{
6
7}
8
9bool RedisSetModel::GetData( const std::string& key, RedisResult& results )
10{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected