RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | Static Public Member Functions
Redis::Reply Struct Reference

List of all members.

Public Member Functions

 Reply (redisReply *reply, bool needDelete)
bool initialized () const
Reply deepCopy () const
 operator std::string () const
 operator long long int () const
 operator Json::Value () const
ReplyType type () const
std::string getString () const
std::string asString () const
long long asInt () const
long long asInt (long long defaultIfNotInteger)
Json::Value asJson () const
Reply operator[] (size_t index) const
ssize_t length () const

Static Public Member Functions

static void doDelete (redisReply *reply)
static void noDelete (redisReply *reply)
static redisReply * doDeepCopy (redisReply *r)

Detailed Description

Definition at line 48 of file redis.h.


Member Function Documentation

Makes a deep copy that we have ownership of.

Definition at line 175 of file redis.cc.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator