RedisSetCommandResult
public enum RedisSetCommandResult : Hashable
The result of a SET
command.
-
The command completed successfully.
Declaration
Swift
case ok
-
The command was not performed because a condition was not met.
Declaration
Swift
case conditionNotMet