litellm/tests/test_litellm_rust
Yujong Lee 83d4ce05c9 feat(rust-cache): serve RedisClusterCache natively as a Redis topology
Extend cache-redis so RedisTopology::Cluster routes single-key commands by
hash slot, groups pipelines by slot while keeping reply order, scans and
scoped-flushes every primary, and fans admin commands out to all nodes.
The bridge projects RedisClusterCache startup_nodes into the typed topology,
accepts the exact RedisClusterCache identity, guards nodes_manager state,
and falls back to Python for anything it cannot project.

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-09-21 20:49:21 +00:00
..
messages add streaming message 2026-09-18 15:45:08 -07:00
ocr fix(rust): keep native OCR on the proxy by declining only a supplied client 2026-09-18 18:47:36 -07:00
support test(rust): pin child interpreters to the parent's litellm and lint for it 2026-09-19 18:17:54 +00:00
conftest.py test(rust): isolate callback registries per hypothesis example 2026-09-18 15:57:50 -07:00
test_cache.py feat(rust-cache): serve RedisClusterCache natively as a Redis topology 2026-09-21 20:49:21 +00:00
test_fork_guard.py test(rust): pin child interpreters to the parent's litellm and lint for it 2026-09-19 18:17:54 +00:00
test_ocr.py refactor(rust): run OCR through a route-neutral callback contract and a legacy Logging adapter 2026-09-17 21:13:16 -07:00