Definition at line 193 of file command_options.hpp.
Public Types | |
| enum class | Exist { kSetAlways , kSetIfNotExist , kSetIfExist } |
| enum class | Compare { kNone , kGreaterThan , kLessThan } |
Public Member Functions | |
| constexpr | ExpireOptions (Exist exist, Compare compare=Compare::kNone) |
| constexpr | ExpireOptions (Compare compare, Exist exist=Exist::kSetAlways) |
Public Attributes | |
| Exist | exist = Exist::kSetAlways |
| Compare | compare = Compare::kNone |
|
strong |
Definition at line 195 of file command_options.hpp.
|
strong |
Definition at line 194 of file command_options.hpp.
|
inlineconstexpr |
Definition at line 198 of file command_options.hpp.
|
inlineconstexpr |
Definition at line 205 of file command_options.hpp.
| Compare storages::redis::ExpireOptions::compare = Compare::kNone |
Definition at line 213 of file command_options.hpp.
| Exist storages::redis::ExpireOptions::exist = Exist::kSetAlways |
Definition at line 212 of file command_options.hpp.