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

Method RedisZSetModel

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected