We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 287d743 commit e52b83bCopy full SHA for e52b83b
.github/workflows/integration.yml
@@ -62,7 +62,7 @@ jobs:
62
make start
63
sleep 2s
64
- name: Docker - mod or stack
65
- run: docker run -p 52567:6379 -d redis/redis-stack-server:7.4.0-rc2
+ run: docker run -p 52567:6379 -d redis/redis-stack-server:7.4.0-v0
66
- name: Test commands - default protocol
67
run: mvn -Dtest="redis.clients.jedis.commands.**" test
68
- name: Test commands - RESP3 protocol
0 commit comments