Skip to content

RentTheRunway/memcached-actions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Github Actions for Memcached

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 71.3%
  • Dockerfile 28.7%