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
@@ -24,7 +24,7 @@ The property of idempotency means that an operation does not cause additional si
24
24
25
25
**Persistence layer** is a storage we use to read, create, expire, and delete idempotency records.
26
26
27
-
**Idempotency record** is the data representation of an idempotent request 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.
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