(Redis fix) - use mget_non_atomic (#8682)

* use mget_nonatomic

* redis cluster override MGET op

* fix redis cluster + MGET

* test redis cluster
This commit is contained in:
Ishaan Jaff 2025-02-20 17:51:31 -08:00 committed by GitHub
parent bb6f43d12e
commit ccfbb77b73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 106 additions and 8 deletions

View file

@ -15,3 +15,4 @@ litellm_settings:
cache_params:
type: redis
ttl: 600
redis_startup_nodes: [{"host": "127.0.0.1", "port": "7100"}]