Skip to content
database

GitHub Action

Setup Redis

1.1.0 Latest version

Setup Redis

database

Setup Redis

Setup Redis database

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup Redis

uses: zhulik/redis-action@1.1.0

Learn more about this action in zhulik/redis-action

Choose a version

Redis GitHub Action

This GitHub Action sets up Redis database.

Inspired by https://github.com/Harmon758/postgresql-action, @Harmon758 Thanks!

Usage

See action.yml

Basic:

steps:
- uses: zhulik/redis-action@1.1.0
  with:
    redis version: '5'
    number of databases: 100

License

The scripts and documentation in this project are released under the MIT License