OptionalhostsOne or more Aerospike hosts, e.g. [{ addr: '127.0.0.1', port: 3000 }].
OptionalnamespaceDefault namespace applied to keys that don't specify one.
OptionalsetDefault set applied to keys that don't specify one. Defaults to ''.
OptionalconfigEscape hatch for any other aerospike config field (policies, auth,
TLS, ...). Merged into the config passed to Aerospike.connect().
OptionalclientA pre-built aerospike client (or a compatible mock). When provided,
connect() uses it directly and skips require('aerospike') entirely —
this is how tests inject a mock without the real driver installed.
Connection options for
AerospikeStore.