redis
Options
Section titled “Options”services.redis.enable
Section titled “services.redis.enable”Whether to enable Redis process and expose utilities.
Type: boolean
Default:
falseExample:
trueDeclared by:
services.redis.package
Section titled “services.redis.package”Which package of Redis to use
Type: package
Default:
pkgs.redisDeclared by:
services.redis.bind
Section titled “services.redis.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.redis.extraConfig
Section titled “services.redis.extraConfig”Additional text to be appended to redis.conf.
Type: strings concatenated with “\n”
Default:
"locale-collate C"Declared by:
services.redis.port
Section titled “services.redis.port”The TCP port to accept connections. If port 0 is specified, Redis will not listen on a TCP socket and a unix socket file will be found at $REDIS_UNIX_SOCKET.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default:
6379Declared by:

