Loading
Info Command Reference
The info protocol provides access to configuration and statistics for the Aerospike Database. The protocol can be accessed by clients, over telnet on the info port, or through asinfo. The examples here use asinfo.
Starting in Database 7.2:
- The error response is standardized on ERROR:ERROR CODE:ERROR STRING. This does not apply to the UDF module.
- In the command itself, you can send the parameter as either
ns=
(as before) ornamespace=
. The older parameter (ns) is deprecated. - Using
ns
orid
instead ofnamespace
is deprecated in Database 7.2.