This repository was archived by the owner on May 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
PHP Client Query
Mira Dytko edited this page Jan 20, 2022
·
3 revisions
The Aerospike PHP client provides an API to query the database using secondary indexes. Refer to the following topics for details.
Use the Aerospike PHP client to perform queries on a secondary index of a set. [Query Records](Query Records)
Use the Aerospike PHP client to create or remove secondary indexes. [Managing Indexes](Managing Indexes)
PHP Client