Flakes
Categories
Options
Packages
Sign in
MyNixOS
nixpkgs
options
services
redis
servers
<name>
extraParams
option
services.redis.servers.<name>.extraParams
Extra parameters to append to redis-server invocation.
Declarations
nixos/modules/services/databases/redis.nix
Type
list of string
Default
[ ]
Example
[
"--sentinel"
]