acaiafa / memcached-cookbook

a cookbook for setting up memcached

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memcached Cookbook

Build Status Application cookbook which installs and configures the memcached.

Usage

Supports

  • Ubuntu
  • RHEL

Dependencies

Name Description
poise Library cookbook built to aide in writing reusable cookbooks.
poise-service Library cookbook built to abstract service management.

Attributes

All attributes are settings in which memcached supports out of the box. If there is anyting additional you would like to see please submit a PR. Thanks!

Resources/Providers

memcached_instance

The most basic approach to get all of the default memcached settings is here:

memcached_instance 'test'

You have the ability to tune everything and anything memcached. You simply have to pass the attribute name like so:

memcached_instance instance_name do
    bind_ip node.ipaddress
    port 11212
    max_connections 2048
    cachesize 128
end

Authors

About

a cookbook for setting up memcached


Languages

Language:Ruby 60.8%Language:HTML 26.6%Language:Shell 12.6%