Definition at line 13 of file ttl_reply.hpp.
|
enum class | TtlReplyValue {
kKeyDoesNotExist = -2
,
kKeyHasNoExpiration = -1
} |
|
|
| TtlReply (int64_t value) |
|
| TtlReply (TtlReplyValue value) |
|
bool | KeyExists () const |
|
bool | KeyHasExpiration () const |
|
size_t | GetExpireSeconds () const |
|
|
static TtlReply | Parse (ReplyData &&reply_data, const std::string &request_description={}) |
|
◆ TtlReplyValue
enum class storages::redis::TtlReply::TtlReplyValue |
|
strong |
◆ kKeyDoesNotExist
constexpr TtlReplyValue storages::redis::TtlReply::kKeyDoesNotExist = TtlReplyValue::kKeyDoesNotExist |
|
staticconstexpr |
◆ kKeyHasNoExpiration
constexpr TtlReplyValue storages::redis::TtlReply::kKeyHasNoExpiration = TtlReplyValue::kKeyHasNoExpiration |
|
staticconstexpr |
The documentation for this class was generated from the following file: