This GitHub actions configures and runs a memcached cluster or a node in your action workflow.
- uses: KeisukeYamashita/memcached-actions@v1Default is 11211 which means that this action will run a single memcached node.
uses: KeisukeYamashita/memcahed-action@v1Pass 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"The driver is released under the Apache 2.0 license. See the LICENSE for more information.