Dev Tools · 23h ago
Vercel Blob adds consistent reads for private storage
Vercel Blob now supports consistent reads on private storage via the useCache: false option. This ensures reads reflect the latest write, bypassing the CDN cache for up to 60 seconds. The feature targets use cases like agent memory files and session transcripts, though it incurs longer latency and Fast Origin Transfer costs.
Meridian48 take
A useful incremental improvement for developers needing read-after-write consistency, but the trade-off in speed and cost means it's not a default setting.
vercel-blobconsistent-reads