|
enum class | Exist {
kAddAlways
,
kAddIfNotExist
,
kAddIfExist
} |
|
enum class | ReturnValue {
kAddedCount
,
kChangedCount
} |
|
|
| ZaddOptions (Exist exist, ReturnValue return_value=ReturnValue::kAddedCount) |
|
| ZaddOptions (ReturnValue return_value, Exist exist=Exist::kAddAlways) |
|
Definition at line 56 of file command_options.hpp.
◆ Exist
enum class redis::ZaddOptions::Exist |
|
strong |
◆ ReturnValue
enum class redis::ZaddOptions::ReturnValue |
|
strong |
◆ ZaddOptions() [1/2]
redis::ZaddOptions::ZaddOptions |
( |
Exist |
exist, |
|
|
ReturnValue |
return_value = ReturnValue::kAddedCount |
|
) |
| |
|
inline |
◆ ZaddOptions() [2/2]
redis::ZaddOptions::ZaddOptions |
( |
ReturnValue |
return_value, |
|
|
Exist |
exist = Exist::kAddAlways |
|
) |
| |
|
inline |
◆ exist
Exist redis::ZaddOptions::exist = Exist::kAddAlways |
◆ return_value
ReturnValue redis::ZaddOptions::return_value = ReturnValue::kAddedCount |
The documentation for this struct was generated from the following file: