Confused about Redis caching configuration #14105
Unanswered
davidshen84
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I deployed litellm in my k8s cluster, and I have a Redis standalone deployed.
I tried to configure Redis caching by following https://docs.litellm.ai/docs/proxy/caching. However, I got a Redis cluster unreachable error. It seems to suggest it is expecting a Redis instance deployed in cluster mode.
I then removed the
redis_startup_nodes
values, followed this instruction and set up the REDIS environment variables. The server is started and functional.I wonder if the server is really using my Redis instance in the 2nd method. Which way is the right way to configure Redis caching?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions