fujiwara/Redis Cluster Action
Start a Redis (or Valkey) Cluster for CI testing using official images with network_mode: host
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Docker image to use (e.g. redis:7, valkey/valkey:8) | no | redis:7 |
| nodes | Number of cluster nodes | no | 3 |
| base-port | Base port number (nodes use base-port, base-port+1, ...) | no | 16379 |
| password | Redis AUTH password (empty for no authentication) | no | "" |
Outputs
| name | description |
|---|---|
| host | Host address |
| ports | Comma-separated list of node ports |
| first-port | Port of the first node |
| password | Password (same as input, for convenience) |