Definition at line 184 of file reply.hpp.
|
| Reply (std::string command, ReplyData &&reply_data, ReplyStatus reply_status=ReplyStatus::kOk) |
|
| operator bool () const |
|
std::string_view | GetStatusString () 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 |
|
const std::string & | GetRequestDescription (const std::string &request_description) const |
|
◆ GetStatusString()
std::string_view storages::redis::Reply::GetStatusString |
( |
| ) |
const |
|
inline |
◆ operator bool()
storages::redis::Reply::operator bool |
( |
| ) |
const |
|
inline |
◆ cmd
const std::string storages::redis::Reply::cmd |
◆ data
◆ log_extra
◆ server
std::string storages::redis::Reply::server |
◆ server_id
ServerId storages::redis::Reply::server_id |
◆ status
◆ time
double storages::redis::Reply::time = 0.0 |
The documentation for this class was generated from the following file: