This website requires JavaScript.
Explore
Help
Register
Sign In
tiennm99
/
litellm
Watch
1
Star
0
Fork
0
You've already forked litellm
mirror of
https://github.com/tiennm99/litellm.git
synced
2026-07-10 09:04:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bdfc602dbfc5d192fbcd4cfc1f5ff45da293342a
litellm
/
tests
/
test_litellm
/
caching
T
History
Shivaang
fb72979432
fix(caching): store background task references in LLMClientCache._remove_key to prevent unawaited coroutine warnings
...
Fixes
#22128
2026-02-27 21:23:56 -05:00
..
test_azure_blob_cache.py
add azure blob cache support (
#12587
)
2025-07-15 11:47:38 -07:00
test_caching_handler.py
Helicone base url support + fix for embedding cache hits on str input (
#11211
)
2025-05-28 22:02:55 -07:00
test_dual_cache.py
fix(cache): prevent DualCache async batch check-then-act race (
#20986
)
2026-02-13 18:32:41 +05:30
test_gcs_cache.py
Add GCS bucket caching support (
#13122
)
2025-08-04 16:09:33 -07:00
test_in_memory_cache.py
[Performance] Reduce complexity of
InMemoryCache.evict_cache
from O(n*log(n)) to O(log(n)) (
#15000
)
2025-09-30 16:49:35 -07:00
test_llm_caching_handler.py
fix(caching): store background task references in LLMClientCache._remove_key to prevent unawaited coroutine warnings
2026-02-27 21:23:56 -05:00
test_llm_client_cache_e2e.py
Close httpx clients after assertions to prevent resource leaks
2026-02-27 12:58:33 -08:00
test_qdrant_semantic_cache.py
feat(semantic-cache): support configurable vector dimensions for Qdrant (
#21649
)
2026-02-21 00:51:15 -08:00
test_redis_cache.py
fix(proxy): add LPOP pipeline error checking and fix org spend ServiceType
2026-02-24 14:22:57 -08:00
test_redis_cluster_cache.py
…
test_redis_connection_pool.py
Revert "Add LLMClientCache regression tests for httpx client eviction safety"
2026-02-27 12:43:03 -08:00
test_redis_semantic_cache.py
…
test_s3_cache.py
verify expires field prior to serving cache entry
2025-08-25 10:42:12 +02:00