mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
[Perf Fix] Don't always read from Redis by Default (#5877)
* fix use previous internal usage caching logic * fix test_dual_cache_uses_redis
This commit is contained in:
parent
26d8097779
commit
f581dceb4e
3 changed files with 7 additions and 10 deletions
|
@ -2009,6 +2009,7 @@ async def test_cache_default_off_acompletion():
|
|||
|
||||
|
||||
@pytest.mark.asyncio()
|
||||
@pytest.mark.skip(reason="dual caching should first prioritze local cache")
|
||||
async def test_dual_cache_uses_redis():
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue