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