mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
(feat) show semantic-cache on health/readiness
This commit is contained in:
parent
84a60c7957
commit
ab4e7f2be9
2 changed files with 13 additions and 0 deletions
|
@ -531,6 +531,9 @@ class RedisSemanticCache(BaseCache):
|
|||
return None
|
||||
pass
|
||||
|
||||
async def _index_info(self):
|
||||
return await self.index.ainfo()
|
||||
|
||||
|
||||
class S3Cache(BaseCache):
|
||||
def __init__(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue