shogo82148/actions-setup-redis
setup redis database
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | the github token for verifying redis binary | — | ${{ github.token }} |
| distribution | the distribution of redis | yes | redis |
| redis-version | the version of redis | yes | latest |
| redis-port | the port of redis-sever | yes | 6379 |
| redis-tls-port | the tls port of redis-sever | no | 0 |
| auto-start | enable to auto-start redis-sever | yes | true |
| redis-conf | extra configurations for redis.conf | no | — |
Outputs
| name | description |
|---|---|
| redis-port | the port of redis-sever |
| redis-tls-port | the tls port of redis-sever |
| redis-tls-dir | the directory path for tls sample certificates/keys |
| redis-unix-socket | the unix domain socket that redis-server listens |
| redis-path | The absolute path to the redis-server, redis-cli, etc. |