mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
docs: add redis version requirement (#11499)
This commit is contained in:
parent
e191e72746
commit
4749008fbe
1 changed files with 7 additions and 1 deletions
|
|
@ -67,7 +67,13 @@ If you decide to use Redis, DO NOT use 'redis_url'. We recommend using redis por
|
|||
|
||||
This is still something we're investigating. Keep track of it [here](https://github.com/BerriAI/litellm/issues/3188)
|
||||
|
||||
Recommended to do this for prod:
|
||||
### Redis Version Requirement
|
||||
|
||||
| Component | Minimum Version |
|
||||
|-----------|-----------------|
|
||||
| Redis | 7.0+ |
|
||||
|
||||
Recommended to do this for prod:
|
||||
|
||||
```yaml
|
||||
router_settings:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue