We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ba2ee commit b0b94e7Copy full SHA for b0b94e7
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
21
services:
22
redis:
23
- image: redis/redis-stack-server:edge
+ image: redis/redis-stack-server:7.4.0-rc2
24
options: >-
25
--health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
26
ports:
0 commit comments