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

Method RedisStringModel

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected