Skip to content

KeisukeYamashita/memcached-actions

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.