forked from phoenix/litellm-mirror
feat(caching.py): redis cluster support
Closes https://github.com/BerriAI/litellm/issues/4358
This commit is contained in:
parent
7aec6f0f2a
commit
e2d7539690
5 changed files with 106 additions and 7 deletions
|
@ -1583,7 +1583,7 @@ class ProxyConfig:
|
|||
verbose_proxy_logger.debug( # noqa
|
||||
f"{blue_color_code}Set Cache on LiteLLM Proxy: {vars(litellm.cache.cache)}{reset_color_code}"
|
||||
)
|
||||
elif key == "cache" and value == False:
|
||||
elif key == "cache" and value is False:
|
||||
pass
|
||||
elif key == "guardrails":
|
||||
if premium_user is not True:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue