fujiwara/Redis Cluster Action

Start a Redis (or Valkey) Cluster for CI testing using official images with network_mode: host

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
imageDocker image to use (e.g. redis:7, valkey/valkey:8)noredis:7
nodesNumber of cluster nodesno3
base-portBase port number (nodes use base-port, base-port+1, ...)no16379
passwordRedis AUTH password (empty for no authentication)no""
namedescription
hostHost address
portsComma-separated list of node ports
first-portPort of the first node
passwordPassword (same as input, for convenience)