diff --git a/docs/my-website/docs/caching/redis_cache.md b/docs/my-website/docs/caching/redis_cache.md index 75e1db9557..b54ad2d0c1 100644 --- a/docs/my-website/docs/caching/redis_cache.md +++ b/docs/my-website/docs/caching/redis_cache.md @@ -5,6 +5,12 @@ import TabItem from '@theme/TabItem'; [**See Code**](https://github.com/BerriAI/litellm/blob/main/litellm/caching.py) +:::info + +Need to use Caching on LiteLLM Proxy Server? Doc here: [Caching Proxy Server](https://docs.litellm.ai/docs/proxy/caching) + +::: + ## Initialize Cache - In Memory, Redis, s3 Bucket, Redis Semantic Cache