Definition at line 15 of file expire_reply.hpp.
|
| enum class | ExpireReplyValue {
kKeyDoesNotExist
,
kTimeoutWasSet
} |
| |
|
|
| ExpireReply (int64_t value) |
| |
|
| ExpireReply (ExpireReplyValue value) |
| |
|
| operator ExpireReplyValue () const |
| |
|
| static constexpr ExpireReplyValue | kKeyDoesNotExist = ExpireReplyValue::kKeyDoesNotExist |
| |
| static constexpr ExpireReplyValue | kTimeoutWasSet = ExpireReplyValue::kTimeoutWasSet |
| |
◆ ExpireReplyValue
| enum class storages::redis::ExpireReply::ExpireReplyValue |
|
strong |
◆ kKeyDoesNotExist
| ExpireReplyValue storages::redis::ExpireReply::kKeyDoesNotExist = ExpireReplyValue::kKeyDoesNotExist |
|
staticconstexpr |
◆ kTimeoutWasSet
| ExpireReplyValue storages::redis::ExpireReply::kTimeoutWasSet = ExpireReplyValue::kTimeoutWasSet |
|
staticconstexpr |
The documentation for this class was generated from the following file: