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 redis::TtlReply::TtlReplyValue | 
         
       
   | 
  
strong   | 
  
 
 
◆ kKeyDoesNotExist
  
  
      
        
          | constexpr TtlReplyValue redis::TtlReply::kKeyDoesNotExist | 
         
       
   | 
  
staticconstexpr   | 
  
 
Initial value:=
      TtlReplyValue::kKeyDoesNotExist
 
Definition at line 17 of file ttl_reply.hpp.
 
 
◆ kKeyHasNoExpiration
  
  
      
        
          | constexpr TtlReplyValue redis::TtlReply::kKeyHasNoExpiration | 
         
       
   | 
  
staticconstexpr   | 
  
 
Initial value:=
      TtlReplyValue::kKeyHasNoExpiration
 
Definition at line 19 of file ttl_reply.hpp.
 
 
The documentation for this class was generated from the following file: