Hi friends, a question re visibility of writes. The docs are not fully clear to me in this regard. W
Hi friends, a question re visibility of writes. The docs are not fully clear to me in this regard. When I make an update to a value in KV, does the visibility of the change depend on the
I did some rough testing and it seems like
cacheTtl value? According to the docs, changes are immediately visible in the same location and take up to 60s in other locations. Is that also true for already cached values with high cacheTtl ? I would like to use 24h, but the (rare) changes need to be visible faster than that. A few minutes is acceptable.I did some rough testing and it seems like
cacheTtl does not matter, but I just want to make sure. Thank you!



