services.pretix.settings.memcached.location

NixOS option

The host:port combination or the path to the UNIX socket of a memcached instance. Can be used instead of Redis for caching.

type: null or string
Default
null
Example
"127.0.0.1:11211"
declared in: nixos/modules/services/web-apps/pretix.nixView source on NixOS/nixpkgs →