docs(proxy): add a Redis setup guide - #864
Open
devin-ai-integration[bot] wants to merge 5 commits into
Open
Conversation
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Collaborator
|
bugbot run |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 44e25f8. Configure here.
mateo-berri
enabled auto-merge (squash)
August 13, 2026 02:55
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
mateo-berri
disabled auto-merge
August 13, 2026 02:55
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.
Summary
There was no page telling an operator how to actually stand Redis up and wire the proxy to it. The Redis story was spread across
prod.md(two config snippets) andcaching.md(cluster, sentinel, TLS, TTL, all framed as response caching), so the "how do I set this up for multiple pods" question had no home. This addsdocs/proxy/redis_setup.mdunder Setup & Deployment, right after Production Best Practices.It covers provisioning (managed options, the Bitnami helm chart,
docker run redis:7for local checks, sizing andallkeys-lru), then the config, making explicit thatREDIS_*env vars alone do nothing until the config points at Redis, and why you want bothrouter_settingsand the cache block: the former backs cooldowns and usage/latency routing, the latter backs the coordination Redis behind rate limits, budgets, cache invalidation, the pod lock and scheduled jobs.general_settings.coordination_redisis documented for the case where you want coordination without a response cache, or on a separate Redis. It closes with verification (show_no_redis_warningfrom/health/readiness/details, the Admin UI banner disappearing,redis-cli --scan) and the operational follow-ups (transaction buffer,simple-shuffle, thelitellm_redis_*metrics,max_connections).Deeper topologies stay in
caching.mdand this links there rather than duplicating them.Companion to #857, which lists what breaks without Redis and will link here; the banner added in BerriAI/litellm#36495 points at that page.
Link to Devin session: https://app.devin.ai/sessions/c91185109405404bbb87c4967a1346b0
Requested by: @mateo-berri
Note
Cursor Bugbot is generating a summary for commit 44e25f8. Configure here.