From 231148ed73c62d303498b3758574e1df22e79137 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 30 Dec 2023 19:04:33 +0530 Subject: [PATCH] (docs) caching --- docs/my-website/docs/caching/redis_cache.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/my-website/docs/caching/redis_cache.md b/docs/my-website/docs/caching/redis_cache.md index 979119ad7..e480cd39a 100644 --- a/docs/my-website/docs/caching/redis_cache.md +++ b/docs/my-website/docs/caching/redis_cache.md @@ -4,7 +4,7 @@ ### Pre-requisites Install redis -``` +```shell pip install redis ``` For the hosted version you can setup your own Redis DB here: https://app.redislabs.com/ @@ -18,13 +18,11 @@ litellm.cache = Cache(type="redis", host=, port=, password=