How can I implement access control for Aerospike so that only specific users can see data for only their specific sets.
This should be possible as Aerospike allows the scope of read/write permissions to be global, per namespace, or per namespace and set. Please see the documentation on Access Control.