Skip to content

Commit 8980d57

Browse files
thomasgauvinsdnts
authored andcommitted
Update write-key-value-pairs.mdx (cloudflare#22499)
1 parent 0766912 commit 8980d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/kv/api/write-key-value-pairs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The put() method returns a Promise that you should `await` on to verify a succes
7474
7575
### Concurrent writes to the same key
7676
77-
Due to the eventually consistent nature of KV, concurrent writes to the same key can end up overwriting one another. It is a common pattern to write data from a single process with Wrangler or the API. This avoids competing concurrent writes because of the single stream. All data is still readily available within all Workers bound to the namespace.
77+
Due to the eventually consistent nature of KV, concurrent writes to the same key can end up overwriting one another. It is a common pattern to write data from a single process with Wrangler, Durable Objects, or the API. This avoids competing concurrent writes because of the single stream. All data is still readily available within all Workers bound to the namespace.
7878
7979
If concurrent writes are made to the same key, the last write will take precedence.
8080

0 commit comments

Comments
 (0)