Skip to content

Commit

Permalink
ci: bump redis-py to 5.2.0 (#2681)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksraiden authored Nov 27, 2024
1 parent fbea2a5 commit 857eadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kvrocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 857eadf

Please sign in to comment.