![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
#include <redis.h>
Public Member Functions | |
| Result (const std::string &error) | |
| Result (const Reply &reply) | |
| Result | deepCopy () const |
| bool | ok () const |
| bool | timedOut () const |
| JML_IMPLEMENT_OPERATOR_BOOL (ok()) | |
| const Reply & | reply () const |
| const std::string & | error () const |
Public Attributes | |
| Reply | reply_ |
| std::string | error_ |
Static Public Attributes | |
| static const std::string | timeoutError |
Result of a command, with both a reply and an error code. If there is a timeout, then the error code will be "timeout".
const std::string Redis::Result::timeoutError [static] |
1.7.6.1