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
- Host: GitHub
- URL: https://github.com/express42/memcached
- Owner: express42
- License: mit
- Created: 2013-07-22T06:27:25.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T10:48:26.000Z (over 8 years ago)
- Last Synced: 2025-01-18T14:46:34.417Z (9 months ago)
- Topics: chef, cookbooks
- Language: Ruby
- Size: 13.7 KB
- Stars: 0
- Watchers: 24
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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 to11211
.
- user: Defaults to"memcache"
.
- memory: Defaults to64
.
- max_connections: Defaults to1024
.
- custom_args: Defaults to[]
.# Usage
See fixture cookbook in `tests/fixtures/cookbooks`.
# License and Maintainer
Maintainer:: LLC Express 42 ()
License:: MIT