mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
style(router): document Redis flush batch
This commit is contained in:
parent
e7e61b1810
commit
bd34801d2c
1 changed files with 1 additions and 1 deletions
|
|
@ -532,7 +532,7 @@ class RouterBudgetLimiting(CustomLogger):
|
|||
|
||||
Only runs if Redis is initialized
|
||||
"""
|
||||
increment_operations_to_flush: list[
|
||||
increment_operations_to_flush: list[ # mutable-ok: Redis pipeline contract requires a concrete mutable batch
|
||||
RedisPipelineIncrementOperation
|
||||
] = ( # mutable-ok: Redis pipeline contract requires a list batch
|
||||
[] # mutable-ok: Redis pipeline batches are lists
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue