| services.redis.bind | The IP interface to bind to.
|
| services.redis.port | The port for Redis to listen to.
|
| services.redis.dataDir | Data directory for the redis database.
|
| services.redis.enable | Whether to enable the redis database service.
|
| services.redis.unixSocket | The path to the socket to bind to.
|
| services.redis.package | This option specifies the redis package to use
|
| services.redis.extraConfig | Additional text to be appended to redis.conf.
|
| services.redis.appendOnly | By default data is only periodically persisted to disk, enable this option to use an append-only file for improved persistence.
|