How to get data about the namespace configurations using Python Client (example -Replication Factor)

Also, is there a way to get metrics like number of records for a particular namespace and set across the cluster using the Python Client (example - metrics provided by ‘info set’ )?

Thanks for the help.

Yes, info "namespace/[NS_NAME]".

Please see our metrics reference page for more.

Thanks. Can you please give an example showing which class I should use from the python client to get this info?

See Client Class — Client — Aerospike documentation.

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.