Definition at line 170 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 171 of file command_options.hpp.
Exist storages::redis::SetOptions::exist = Exist::kSetAlways |
Definition at line 175 of file command_options.hpp.
int storages::redis::SetOptions::milliseconds = 0 |
Definition at line 174 of file command_options.hpp.
int storages::redis::SetOptions::seconds = 0 |
Definition at line 173 of file command_options.hpp.