(feat) show semantic-cache on health/readiness

This commit is contained in:
ishaan-jaff 2024-02-06 13:35:25 -08:00
parent fa5f4b9774
commit 3d0ece828a
2 changed files with 13 additions and 0 deletions

View file

@ -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__(