This GitHub Action sets up Redis database.
Inspired by https://github.com/Harmon758/postgresql-action, @Harmon758 Thanks!
See action.yml
Basic:
steps:
- uses: RedBeardLab/[email protected]
with:
redis version: '5'
number of databases: 100
server arguments: '--loadmodule redisql.so'
The scripts and documentation in this project are released under the MIT License