mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
(feat) show semantic-cache on health/readiness
This commit is contained in:
parent
fa5f4b9774
commit
3d0ece828a
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