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

Method RedisListModel

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected