An open API service indexing awesome lists of open source software.

https://github.com/express42/memcached

Express 42 memcached cookbook
https://github.com/express42/memcached

chef cookbooks

Last synced: 7 months ago
JSON representation

Express 42 memcached cookbook

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/express42/memcached.svg?branch=master)](https://travis-ci.org/express42/memcached)

# Description

Provides LWRP for managing multiple memcached instances.

# Requirements

## Platform:

* Debian
* Ubuntu

## Cookbooks:

* runit

# Recipes

* memcached::default - Do nothing.

# Resources

* [memcached](#memcached)

## memcached

### Actions

- create: Default action.

### Attribute Parameters

- instance_name: Name of the instance.
- listen_address: Defaults to "127.0.0.1".
- port: Defaults to 11211.
- user: Defaults to "memcache".
- memory: Defaults to 64.
- max_connections: Defaults to 1024.
- custom_args: Defaults to [].

# Usage

See fixture cookbook in `tests/fixtures/cookbooks`.

# License and Maintainer

Maintainer:: LLC Express 42 ()

License:: MIT