mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
(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:
parent
bb6f43d12e
commit
ccfbb77b73
4 changed files with 106 additions and 8 deletions
|
@ -15,3 +15,4 @@ litellm_settings:
|
|||
cache_params:
|
||||
type: redis
|
||||
ttl: 600
|
||||
redis_startup_nodes: [{"host": "127.0.0.1", "port": "7100"}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue