Closed aallam closed 4 years ago
The built-in operations IncrementFrom and IncrementSetguarantee that the update will be idempotent, as those operations will force the update to be rejected if applied more than once.
IncrementFrom
IncrementSet
Describe your change
The built-in operations
IncrementFrom
andIncrementSet
guarantee that the update will be idempotent, as those operations will force the update to be rejected if applied more than once.