docs(proxy): add a page listing what needs Redis - #857
Merged
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.
|
4 tasks
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 ca8b402. Configure here.
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 8711533. Configure here.
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
New page at
/docs/proxy/redis_requirementslisting every feature we know stops working, or silently works per worker, when the proxy runs without Redis: rate limits and budgets counted per worker, usage and latency based routing, cooldowns, response and semantic caching, key/team cache invalidation, DB-stored config propagation, the Redis spend transaction buffer, the pod lock that elects a single runner for scheduled jobs, shared health checks, request prioritization, CLI SSO, MCP outbound OAuth tokens, and background response polling.The page says up front that multi-pod without Redis is beta and the list is not exhaustive: it is the best known functionality, other features may also misbehave, and the GA approach for multi-pod is to run Redis. The setup instructions live in #864 and both the "Configure Redis" section and the note about
REDIS_*env vars link there rather than duplicating them.It exists because the Admin UI now shows a default-on banner when no Redis is configured (BerriAI/litellm#36495) and that banner links here.
LITELLM_DISABLE_NO_REDIS_WARNINGis documented in the env var table alongside the page, and the Redis section of Production Best Practices now points at it.Link to Devin session: https://app.devin.ai/sessions/c91185109405404bbb87c4967a1346b0
Requested by: @mateo-berri
Note
Cursor Bugbot is generating a summary for commit 8711533. Configure here.