Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.55 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.55 KB

Memcached Actions

Memcached release Test tag License

This GitHub actions configures and runs a memcached cluster or a node in your action workflow.

Usage

Run a single node

- uses: KeisukeYamashita/memcached-actions@v1

Basics

Inputs

ports

Default is 11211 which means that this action will run a single memcached node.

uses: KeisukeYamashita/memcahed-action@v1

Pass an array of the ports of the memcached servers in , seperated. If you want to run a memcached cluster with 3 nodes with 11211, 11212, 11213 port, your config should be as below:

uses: KeisukeYamashita/memcached-actions@v1
with:
    ports: "11211,11212,11213"

Author

LICENSE

The driver is released under the Apache 2.0 license. See the LICENSE for more information.