MyNixOS website logo
option

services.aerospike.extraConfig

Extra configuration.

Declarations
Type
strings concatenated with "\n"
Default
""
Example
''
  namespace test {
    replication-factor 2
    memory-size 4G
    default-ttl 30d
    storage-engine memory
  }
''