This website requires JavaScript.
Explore
Help
Register
Sign In
tiennm99
/
litellm
Watch
1
Star
0
Fork
0
mirror of
https://github.com/tiennm99/litellm.git
synced
2026-07-19 14:17:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b211b67ceae954f97ff75819a0adc5ffc8f2ceaa
litellm
/
tests
/
test_litellm
/
caching
T
History
Sameer Kankute
and
GitHub
3f17a63b81
Merge branch 'main' into litellm_oss_staging_03_02_2026
2026-03-10 17:19:37 +05:30
..
test_azure_blob_cache.py
…
test_caching_handler.py
…
test_dual_cache.py
fix(caching): inject default_in_memory_ttl in DualCache async_set_cache and async_set_cache_pipeline (
#22241
)
2026-03-02 21:52:32 -08:00
test_gcs_cache.py
…
test_in_memory_cache.py
…
test_llm_caching_handler.py
fix: don't close HTTP/SDK clients on LLMClientCache eviction (
#22925
)
2026-03-05 12:00:38 -08:00
test_llm_client_cache_e2e.py
fix: don't close HTTP/SDK clients on LLMClientCache eviction (
#22925
)
2026-03-05 12:00:38 -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
fix(caching): check REDIS_CLUSTER_NODES env var in Cache and Router class selection (
#22790
)
2026-03-06 17:31:30 -08:00
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
…