Skip to content

softasap/sa-memcached

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sa-memcached

Build Status

memcached_properties: list of regexes in form (regexp, line) to adjust /etc/memcached.conf with necessary changes

Example of usage (all parameters are optional)

Simple

roles: - { role: "sa-memcached" }

Advanced:

roles: - { role: "sa-memcached", memcached_properties: - {regexp: "^-p .", line: "-p 1337"} - {regexp: "^-m .", line: "-m 4096"} - {regexp: "^-c .*", line: "-c 2000"} }

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

Packages

 
 
 

Contributors