Skip to content

fix(redis): replace dead deno.land import with npm: specifier - #777

Merged
CahidArda merged 2 commits into
mainfrom
DX-2924_fix_deno_import_docs
Aug 14, 2026
Merged

fix(redis): replace dead deno.land import with npm: specifier#777
CahidArda merged 2 commits into
mainfrom
DX-2924_fix_deno_import_docs

Conversation

@CahidArda

Copy link
Copy Markdown
Contributor

DX-2924

https://deno.land/x/upstash_redis/mod.ts has 404'd since v1.24.0 (Oct 2023), when the SDK migrated from Deno to Bun and mod.ts was removed from the repo root. deno.land/x mirrors git tags, so the unversioned URL now resolves to the newest tag in the monorepo (@upstash/search-redis@2.0.0), which has no root mod.ts. v1.23.4 is the last version that resolves.

Drop the "written in Deno / we transpile to npm" framing from the getstarted page and lead with npm install, followed by the Deno npm:@upstash/redis import. This matches what the Deno Deploy and Supabase quickstarts already use.

llms-full.txt is synced for the two affected sections. Note it had already drifted from the quickstart pages and is due a regen.

DX-2924

`https://deno.land/x/upstash_redis/mod.ts` has 404'd since v1.24.0
(Oct 2023), when the SDK migrated from Deno to Bun and `mod.ts` was
removed from the repo root. deno.land/x mirrors git tags, so the
unversioned URL now resolves to the newest tag in the monorepo
(`@upstash/search-redis@2.0.0`), which has no root mod.ts. v1.23.4 is
the last version that resolves.

Drop the "written in Deno / we transpile to npm" framing from the
getstarted page and lead with npm install, followed by the Deno
`npm:@upstash/redis` import. This matches what the Deno Deploy and
Supabase quickstarts already use.

llms-full.txt is synced for the two affected sections. Note it had
already drifted from the quickstart pages and is due a regen.
@linear-code

linear-code Bot commented Aug 14, 2026

Copy link
Copy Markdown

DX-2924

@mintlify

mintlify Bot commented Aug 14, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
upstash 🟢 Ready View Preview Aug 14, 2026, 11:20 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@CahidArda
CahidArda merged commit 6a7d066 into main Aug 14, 2026
3 checks passed
@CahidArda
CahidArda deleted the DX-2924_fix_deno_import_docs branch August 14, 2026 11:45
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