This is an automated email from the ASF dual-hosted git repository.

twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 857eadf2 ci: bump redis-py to 5.2.0 (#2681)
857eadf2 is described below

commit 857eadf2f49465eb9279fd464f9999c6c62e8d2a
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Wed Nov 27 05:01:48 2024 +0200

    ci: bump redis-py to 5.2.0 (#2681)
---
 .github/workflows/kvrocks.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index bf9361a7..4c7f9498 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -307,7 +307,7 @@ jobs:
           ./x.py test go build $GOCASE_RUN_ARGS ${{ matrix.ignore_when_tsan}}
 
       - name: Install redis-py
-        run: pip3 install redis==4.3.6
+        run: pip3 install redis==5.2.0
 
       - name: Run kvrocks2redis Test
         # Currently, when enabling Tsan/Asan or running in macOS 11/14, the 
value mismatch in destination redis server.

Reply via email to