diff --git a/.gitignore b/.gitignore index 037257f9e1..309f726fe1 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ litellm/proxy/vertex_key.json kub.yaml loadtest_kub.yaml litellm/proxy/_new_secret_config.yaml +litellm/proxy/_new_secret_config.yaml diff --git a/litellm/caching.py b/litellm/caching.py index f569a05087..2401d9708f 100644 --- a/litellm/caching.py +++ b/litellm/caching.py @@ -1056,7 +1056,7 @@ class DualCache(BaseCache): sublist_dict = dict(zip(sublist_keys, redis_result)) for key, value in sublist_dict.items(): - result[sublist_keys.index(key)] = value[key] + result[sublist_keys.index(key)] = value print_verbose(f"async batch get cache: cache result: {result}") return result