Provides LWRP for managing multiple memcached instances.
- Debian
- Ubuntu
- runit
- memcached::default - Do nothing.
- create: Default action.
- 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
[]
.
See fixture cookbook in tests/fixtures/cookbooks
.
Maintainer:: LLC Express 42 (cookbooks@express42.com)
License:: MIT