mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
feat(auth_check.py): support using redis cache for team objects
Allows team update / check logic to work across instances instantly
This commit is contained in:
parent
254b6dc630
commit
487035c970
5 changed files with 92 additions and 5 deletions
|
@ -862,7 +862,7 @@ class PrismaClient:
|
|||
)
|
||||
"""
|
||||
)
|
||||
if ret[0]['sum'] == 6:
|
||||
if ret[0]["sum"] == 6:
|
||||
print("All necessary views exist!") # noqa
|
||||
return
|
||||
except Exception:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue