MyNixOS website logo
option

services.redis.servers.<name>.extraParams

Extra parameters to append to redis-server invocation.

Declarations
Type
list of string
Default
[ ]
Example
[
  "--sentinel"
]