Definition at line 240 of file reply.hpp.
|
| Reply (std::string cmd, redisReply *redis_reply, ReplyStatus status) |
|
| Reply (std::string cmd, redisReply *redis_reply, ReplyStatus status, std::string status_string) |
|
| Reply (std::string cmd, ReplyData &&data) |
|
| operator bool () const |
|
bool | IsOk () const |
|
bool | IsLoggableError () const |
|
bool | IsUnusableInstanceError () const |
|
bool | IsReadonlyError () const |
|
bool | IsUnknownCommandError () const |
|
const logging::LogExtra & | GetLogExtra () const |
|
void | FillSpanTags (tracing::Span &span) const |
|
void | ExpectIsOk (const std::string &request_description={}) const |
|
void | ExpectType (ReplyData::Type type, const std::string &request_description={}) const |
|
void | ExpectString (const std::string &request_description={}) const |
|
void | ExpectArray (const std::string &request_description={}) const |
|
void | ExpectInt (const std::string &request_description={}) const |
|
void | ExpectNil (const std::string &request_description={}) const |
|
void | ExpectStatus (const std::string &request_description={}) const |
|
void | ExpectStatusEqualTo (const std::string &expected_status_str, const std::string &request_description={}) const |
|
void | ExpectError (const std::string &request_description={}) const |
|
const std::string & | GetRequestDescription (const std::string &request_description) const |
|
◆ operator bool()
redis::Reply::operator bool |
( |
| ) |
const |
|
inline |
◆ cmd
std::string redis::Reply::cmd |
◆ data
◆ log_extra
◆ server
std::string redis::Reply::server |
◆ server_id
◆ status
ReplyStatus redis::Reply::status |
◆ status_string
std::string redis::Reply::status_string |
◆ time
double redis::Reply::time = 0.0 |
The documentation for this class was generated from the following file: