Start a Redis 8 cluster with built-in Search and TimeSeries in GitHub Actions.
Use this action in a GitHub Actions workflow to start a Redis cluster before running tests or other CI tasks.
- name: Setup Redis cluster
uses: gorse-io/redis-cluster@<tag>
The action:
cluster_state:okAfter the action finishes, the cluster is available on ports 7000 through 7005.
| Input | Default | Description |
|---|---|---|
port | 7005 | Redis cluster port used for the health check. |
retries | 12 | Number of health check attempts. |
interval-seconds | 5 | Seconds to wait between health check attempts. |
10 commits
3 commits
Start a Redis 8 cluster with built-in Search and TimeSeries in GitHub Actions.
Use this action in a GitHub Actions workflow to start a Redis cluster before running tests or other CI tasks.
- name: Setup Redis cluster
uses: gorse-io/redis-cluster@<tag>
The action:
cluster_state:okAfter the action finishes, the cluster is available on ports 7000 through 7005.
| Input | Default | Description |
|---|---|---|
port | 7005 | Redis cluster port used for the health check. |
retries | 12 | Number of health check attempts. |
interval-seconds | 5 | Seconds to wait between health check attempts. |
10 commits
3 commits