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=