From e1c84eda41bb5d78a9de0234a4f94364aca54260 Mon Sep 17 00:00:00 2001 From: Justin Cechmanek Date: Mon, 7 Jul 2025 15:00:01 -0700 Subject: [PATCH 1/2] git ignores vscode settings --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1a8186b5..8e13daec 100644 --- a/.gitignore +++ b/.gitignore @@ -228,3 +228,4 @@ python-recipes/vector-search/datasets litellm_proxy.log litellm_redis.yml +.vscode/ From a63a39064954d4b2e2162fd8775e34e67f45a399 Mon Sep 17 00:00:00 2001 From: Justin Cechmanek Date: Mon, 7 Jul 2025 15:05:22 -0700 Subject: [PATCH 2/2] changes docker image to Redis 8 --- .github/workflows/nightly-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-test.yml b/.github/workflows/nightly-test.yml index 2816c926..3fe631c5 100644 --- a/.github/workflows/nightly-test.yml +++ b/.github/workflows/nightly-test.yml @@ -82,7 +82,7 @@ jobs: services: redis: - image: redis/redis-stack-server:latest + image: redis:8 ports: - 6379:6379