Skip to content

vercel-cache: Add strict mode#161

Merged
elprans merged 1 commit into
mainfrom
elprans/cache-strict-mode
Jul 9, 2026
Merged

vercel-cache: Add strict mode#161
elprans merged 1 commit into
mainfrom
elprans/cache-strict-mode

Conversation

@elprans

@elprans elprans commented Jul 9, 2026

Copy link
Copy Markdown
Collaborator

Normally, HTTP errors on cache operations do not propagate, which is
fine for optional cache, but not if the cache is intended to be used as
an ephemeral data backend like Redis. Introduce strict mode (via
strict=True on clients) that raises errors instead of swallowing them.

Normally, HTTP errors on cache operations do not propagate, which is
fine for optional cache, but not if the cache is intended to be used as
an ephemeral data backend like Redis.  Introduce strict mode (via
`strict=True` on clients) that raises errors instead of swallowing them.
@vercel

vercel Bot commented Jul 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vercel-py Ready Ready Preview Jul 9, 2026 1:04am

Request Review

@elprans elprans merged commit 8e6c00c into main Jul 9, 2026
13 checks passed
@elprans elprans deleted the elprans/cache-strict-mode branch July 9, 2026 04:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants