MyNixOS website logo
option

services.redis.servers.<name>.slaveOf

IP and port to which this redis instance acts as a slave.

Declarations
Type
null or (submodule)
Default
null
Example
{
  ip = "192.168.1.100";
  port = 6379;
}