services.ncps.cache.redis.addresses

A list of host:port for the Redis servers that are part of a cluster. To use a single Redis instance, just set this to its single address.

Type
list of string
Example
''
  ["redis0:6379" "redis1:6379"]
''
Declared
<nixpkgs/nixos/modules/services/networking/ncps.nix>