Definition at line 15 of file expire_reply.hpp.
Public Types | |
| enum class | ExpireReplyValue { kKeyDoesNotExist , kTimeoutWasSet } |
Public Member Functions | |
| ExpireReply (int64_t value) | |
| ExpireReply (ExpireReplyValue value) | |
| operator ExpireReplyValue () const | |
Static Public Member Functions | |
| static ExpireReply | Parse (ReplyData &&reply_data, const std::string &request_description={}) |
Static Public Attributes | |
| static constexpr ExpireReplyValue | kKeyDoesNotExist = ExpireReplyValue::kKeyDoesNotExist |
| static constexpr ExpireReplyValue | kTimeoutWasSet = ExpireReplyValue::kTimeoutWasSet |
|
strong |
Definition at line 17 of file expire_reply.hpp.
|
staticconstexpr |
Definition at line 19 of file expire_reply.hpp.
|
staticconstexpr |
Definition at line 20 of file expire_reply.hpp.