From ef89144eafddb0a303292fc7beb706b30da84d56 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 12 Feb 2024 08:32:00 -0800 Subject: [PATCH] (docs) caching proxy server --- docs/my-website/docs/caching/redis_cache.md | 6 ++++++ 1 file changed, 6 insertions(+) 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