Definition at line 217 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 219 of file command_options.hpp.
|
strong |
Definition at line 218 of file command_options.hpp.
|
inlineconstexpr |
Definition at line 222 of file command_options.hpp.
|
inlineconstexpr |
Definition at line 232 of file command_options.hpp.
| Compare storages::redis::ExpireOptions::compare = Compare::kNone |
Definition at line 243 of file command_options.hpp.
| Exist storages::redis::ExpireOptions::exist = Exist::kSetAlways |
Definition at line 242 of file command_options.hpp.