GitHub Action
Setup Redis
1.1.0
Latest version
This GitHub Action sets up Redis database.
Inspired by https://github.com/Harmon758/postgresql-action, @Harmon758 Thanks!
See action.yml
Basic:
steps:
- uses: zhulik/redis-action@1.1.0
with:
redis version: '5'
number of databases: 100
The scripts and documentation in this project are released under the MIT License