Skip to content

Memcached is a distributed, high-performance, in-memory caching system that is primarily used to speed up sites that make heavy use of databases

Notifications You must be signed in to change notification settings

softasap/sa-memcached-chef

Repository files navigation

sa-memcached , chef edition

Build Status

Interested in Ansible play? Check here: sa-memcached

Example of use: check box-example

Simple:

include_recipe 'sa-memcached::default'

Advanced:

default['sa-memcached']['memcached_properties'] = [
  { regexp: '^-p .*', line: "-p 1337" },
  { regexp: '^-m .*', line: 'line: "-m 4096' },
  { regexp: '^-c .*', line: '-c 2000' },
]

...


include_recipe 'sa-memcached::default'

see box-example folder of the repo for standalone deployment

Copyright and license

Copyright - Vyacheslav Voronenko

Code licensed under the [BSD 3 clause] (https://opensource.org/licenses/BSD-3-Clause) or the [MIT License] (http://opensource.org/licenses/MIT).

Subscribe for roles updates at [FB] (https://www.facebook.com/SoftAsap/)

About

Memcached is a distributed, high-performance, in-memory caching system that is primarily used to speed up sites that make heavy use of databases

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published