services.ncps.cache.redis.addresses
NixOS option
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 stringDefault
[ ]
Example
declared in: nixos/modules/services/networking/ncps.nixView source on NixOS/nixpkgs →'' ["redis0:6379" "redis1:6379"] ''