mirror of
https://github.com/redis/go-redis.git
synced 2025-11-24 18:41:04 +03:00
6
.github/workflows/doctests.yaml
vendored
6
.github/workflows/doctests.yaml
vendored
@@ -21,6 +21,12 @@ jobs:
|
|||||||
--health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
|
--health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
|
||||||
ports:
|
ports:
|
||||||
- 6379:6379
|
- 6379:6379
|
||||||
|
falkordb:
|
||||||
|
image: falkordb/falkordb:edge
|
||||||
|
options: >-
|
||||||
|
--health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
|
||||||
|
ports:
|
||||||
|
- 36379:6379
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|||||||
Reference in New Issue
Block a user