Skip to content

Commit 701eb2e

Browse files
authored
Update how-kv-works.mdx
1 parent d7091ef commit 701eb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/kv/concepts/how-kv-works.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ KV does not perform like an in-memory datastore, such as [Redis](https://redis.i
4848

4949
## Consistency
5050

51-
KV achieves high performance by being eventually-consistent. At the Cloudflare global network location at which changes are made, these changes are usually immediately visible. However, this is not guaranteed and therefore it is not advised to rely on this behaviour. In other global network locations changes may take up to 60 seconds or more to be visible as their cached versions of the data time-out.
51+
KV achieves high performance by being eventually-consistent. Writes to KV are eventually propagated and visible at all locations up to 60 seconds or more after the write as their cached versions of the data time-out.
5252

5353
Visibility of changes takes longer in locations which have recently read a previous version of a given key (including reads that indicated the key did not exist, which are also cached locally).
5454

0 commit comments

Comments
 (0)