Setup Redis from RedBeardLab
ActionsTags
(1)This GitHub Action sets up Redis database.
Inspired by https://github.com/Harmon758/postgresql-action, @Harmon758 Thanks!
See action.yml
Basic:
steps:
- uses: RedBeardLab/redis-action@1.2.2
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
Setup Redis from RedBeardLab is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.