Skip to content

Commit aeece16

Browse files
committed
docs(leandro's feedback): add caching in key features
1 parent 9dc9e94 commit aeece16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utilities/idempotency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The idempotency utility allows you to retry operations with the same input withi
1212
* Produces the same result when a function is called repeatedly with the same idempotency key
1313
* Choose your idempotency key from one or more fields, or entire payload
1414
* Safeguard concurrent requests, timeouts, missing idempotency keys, and payload tampering
15-
* Support for Amazon DynamoDB, Redis, and bring your own persistence layer
15+
* Support for Amazon DynamoDB, Redis, bring your own persistence layer, and in-memory caching
1616

1717
## Terminology
1818

0 commit comments

Comments
 (0)