You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/utilities/idempotency.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The property of idempotency means that an operation does not cause additional si
22
22
23
23
**Idempotent request** is an operation with the same input previously processed that is not expired in your persistent storage or in-memory cache.
24
24
25
-
**Persistence layer** is a storage we use to read, create, expire, and delete idempotency records.
25
+
**Persistence layer** is a storage we use to create, read, expire, and delete idempotency records.
26
26
27
27
**Idempotency record** is the data representation of an idempotent request saved in the persistent layer and in its various status. We use it to coordinate whether **(a)** a request is idempotent, **(b)** it's not expired, **(c)** JSON response to return, and more.
0 commit comments