pub type ExclusiveSetResponse = Option<()>;
Expand description

Response if NX/XX option was set.

Some => SET was executed successfully. None => Operation was not performed, as NX/XX condition was not met.