MyNixOS website logo
option

services.redis.servers.<name>.settings

Redis configuration. Refer to https://redis.io/topics/config for details on supported values.

Declarations
Type
attribute set of (boolean or signed integer or string or list of string)
Default
{ }
Example
{
  loadmodule = [ "/path/to/my_module.so" "/path/to/other_module.so" ];
}