Definition at line 48 of file command_options.hpp.
Public Types | |
enum class | Exist { kSetAlways , kSetIfNotExist , kSetIfExist } |
Public Attributes | |
int | seconds = 0 |
int | milliseconds = 0 |
Exist | exist = Exist::kSetAlways |
|
strong |
Definition at line 49 of file command_options.hpp.
Exist redis::SetOptions::exist = Exist::kSetAlways |
Definition at line 53 of file command_options.hpp.
int redis::SetOptions::milliseconds = 0 |
Definition at line 52 of file command_options.hpp.
int redis::SetOptions::seconds = 0 |
Definition at line 51 of file command_options.hpp.