How to create set using Aerospike cli or AQL

Hi there, I have deployed Aerospike, Now I want to create tables / set using AQL or cli.

thanks

When you write a record within a particular set, if the set does not exist on the target node it will be created on the fly. Note that there is a limit on the number of sets in a namespace: see What are the limits on …?.