We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c4e56b commit fc02e17Copy full SHA for fc02e17
docs/utilities/idempotency.md
@@ -9,7 +9,7 @@ The idempotency utility allows you to retry operations within a time window with
9
10
## Key features
11
12
-* Produces the same result when a function is called repeatedly with the same idempotency key
+* Produces the previous successful result when a function is called repeatedly with the same idempotency key
13
* Choose your idempotency key from one or more fields, or entire payload
14
* Safeguard concurrent requests, timeouts, missing idempotency keys, and payload tampering
15
* Support for Amazon DynamoDB, Redis, bring your own persistence layer, and in-memory caching
0 commit comments