Create secondary index using php client

hi, I want to create secondary list type index using php client.Like we have created using aql tool– CREATE LIST/MAPKEYS/MAPVALUES INDEX ON [.] () NUMERIC

How can i do this using php client??..please help

Regards Nitish Janterparia

Hi,

Please refer to the Aerospike PHP Client Documentation on GitHub, you will find examples on how to add and drop a secondary index.

I hope this helps!

1 Like