Skip to main content
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) or namespace=.  The older parameter (ns) is deprecated.
  • Using ns or id instead of namespace is deprecated in Database 7.2.