litellm/tests/test_litellm/proxy/hooks
Ishaan Jaff 36cc98254c
[Fix] Parallel Request Limiter v3 - ensure Lua scripts can execute on redis cluster (#14968)
* use hashtag slots for rate limiting logic

* redis_startup_nodes fix

* test_execute_redis_batch_rate_limiter_script_cluster_compatibility

* async_increment_tokens_with_ttl_preservation
2025-09-26 18:15:57 -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 - ensure Lua scripts can execute on redis cluster (#14968) 2025-09-26 18:15:57 -07:00
test_proxy_track_cost_callback.py