memcached
Options
Section titled “Options”services.memcached.enable
Section titled “services.memcached.enable”Whether to enable memcached process.
Type: boolean
Default:
falseExample:
trueDeclared by:
services.memcached.package
Section titled “services.memcached.package”Which package of memcached to use
Type: package
Default:
pkgs.memcachedDeclared by:
services.memcached.bind
Section titled “services.memcached.bind”The IP interface to bind to.
null means “all interfaces”.
Type: null or string
Default:
"127.0.0.1"Example:
"127.0.0.1"Declared by:
services.memcached.port
Section titled “services.memcached.port”The TCP port to accept connections. If port 0 is specified memcached will not listen on a TCP socket.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default:
11211Declared by:
services.memcached.startArgs
Section titled “services.memcached.startArgs”Additional arguments passed to memcached during startup.
Type: list of strings concatenated with “\n”
Default:
[ ]Example:
[ "--memory-limit=100M"]Declared by:

