docs(redis): refresh all Redis quickstarts (July 2026)#762
Open
ytkimirti wants to merge 6 commits into
Open
Conversation
… Next.js 16, Laravel TLS+client, FastAPI CLI, Vercel Python uv rewrite - aws-lambda: NODEJS_20_X → NODEJS_24_X (Node 20 blocked for new functions Aug 31, 2026); python-aws-lambda: PYTHON_3_9 → PYTHON_3_13 - SST: merge sst-v2 + ion into single sst page on SST v3 (sst init/dev/deploy), add redirects; ion branding retired, v2 maintenance-only - Next.js: retitle to Next.js 16, use Redis.fromEnv(), warn create-next-app defaults to App Router on pages-router guides - Vercel: drop deprecated Edge Runtime recommendation, remove redundant force-dynamic - vercel-python-runtime: rewrite for restructured uv-based template (no requirements.txt/Django 4.1/conda), add DJANGO_SECRET_KEY step - laravel (+caching tutorial): add predis install + REDIS_CLIENT, tls:// prefix on REDIS_HOST - fastapi: pip install "fastapi[standard]" (plain fastapi no longer ships the CLI) - regenerate llms.txt/llms-full.txt Claude-Session: https://claude.ai/code/session_01Tc1iBL5JRmQx3mFvQwmaq9
… Run functions, Deno Deploy rewrite, Fly node-redis v6, Phoenix 1.8, Supabase npm imports, Koyeb and Fastly cleanup - azure-functions: Flex Consumption create command with Node 22 (Node 18 runtime removed by Azure), current func init flags, fixed prereq link - google-cloud-functions: rewrite console flow for Cloud Run functions rebrand, drop retired-UI screenshots, bump functions-framework to ^5 - deno-deploy: full rewrite for console.deno.com (Classic shuts down Jul 20, 2026), Deno.serve, npm:@upstash/redis, env vars via platform UI - fly: node-redis v6 samples with await connect(), fly launch instead of removed fly init, fly secrets set instead of plaintext env, current links and plan menu - elixir: Phoenix 1.8 Layouts.app template fix, redix/httpoison bumps, render(:home) - supabase: Deno.serve + npm specifier imports, direct .env creation, 500 on error - cloudflareworkers: wrangler secret put as recommended method, genericized transcript pins, indentation and curl cleanup - fastlycompute: Compute rebrand, fastly compute init, current CLI menu and links, Secret Store note - koyeb: updated redirected links, dropped Node 17 note, node:22-alpine, dep bumps - nextjs-app-router: video player title no longer says Next 15 Claude-Session: https://claude.ai/code/session_01Tc1iBL5JRmQx3mFvQwmaq9
fly redis connect proxies port 16379 and opens redis-cli, it does not hand out an app endpoint; local apps should use fly redis proxy with the database password. Replace the old Step 1/2/3 walkthrough (wrong localhost:10000 example, passwordless URL) with a short verified section. Claude-Session: https://claude.ai/code/session_01Tc1iBL5JRmQx3mFvQwmaq9
…ploy screenshots - using_google_cloud_functions tutorial: same Cloud Run functions console flow as the quickstart, drop retired-UI screenshots, bump functions-framework to ^5 - deno-deploy quickstart: add fresh console.deno.com screenshots (playground, Upstash connect, env variables modal), mention Import from .env file option - remove orphaned img/redis-deno and img/redis-gcloud screenshots of retired UIs Claude-Session: https://claude.ai/code/session_01Tc1iBL5JRmQx3mFvQwmaq9
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Linear: DX-2808
Audited and refreshed all 23 Redis quickstart pages against current official docs (July 2026). Fixes stale runtimes, renamed products, dead links, and broken deploy flows.
Highlights
Redis.fromEnv(); kept the existing video.@upstash/redisis HTTP-based).fly redis connect/fly redis proxy, verified against Fly docs).counter(mismatch causes the "failed to start and listen on PORT 8080" deploy error).Layouts.appwrapper; Redix/HTTPoison bumps.Deno.serve/npm:imports, image bumps, updated redirected links, cleanup.Verified against current official docs; the GCP flow was also run end to end. Not every page was executed end to end.