litellm/tests/test_litellm/proxy/hooks
Ishaan Jaff ebf72f5eb9
[Fix] Parallel Request Limiter v3 - use well known redis cluster hashing algorithm (#15052)
* test_keyslot_for_redis_cluster

* fix _is_redis_cluster

* Update litellm/proxy/hooks/parallel_request_limiter_v3.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-29 18:12:44 -07:00
..
test_dynamic_rate_limiter_v3.py test: fix unit test to work on github action 2025-09-22 17:38:11 -07:00
test_parallel_request_limiter_v3.py [Fix] Parallel Request Limiter v3 - use well known redis cluster hashing algorithm (#15052) 2025-09-29 18:12:44 -07:00
test_proxy_track_cost_callback.py