You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying out redis and it seems there are big gaps in redis caching
it doesn't support redis username as an environment variable. It assumes admin user always. this can be bypassed by using redis url but they say they don't recommend using redis url for some reason.
It doesn't work in cluster mode which is not a production best practice
so we would often see
redis.exceptions.ResponseError: CROSSSLOT Keys in request don't hash to the same slot
3.) We would often see errors like but this may be because of 2
redis.exceptions.DataError: Invalid input of type: 'NoneType'. Convert to a bytes, string, int or float first.
What happened?
A bug happened!
I was trying out redis and it seems there are big gaps in redis caching
so we would often see
3.) We would often see errors like but this may be because of 2
Relevant log output
we also see
our config
Are you a ML Ops Team?
yes
What LiteLLM version are you on ?
main-v1.59.7
Twitter / LinkedIn details
No response
The text was updated successfully, but these errors were encountered: