PHP Client UDF - aerospike-community/aerospike-client-php GitHub Wiki

User-Defined Functions (UDFs) are written in the Lua programming language running inside the Aerospike database server. Use the Aerospike PHP client UDFs to extend the functionality and performance of the Aerospike database. Refer to these topics for implementation details:

Apply UDF on Record

Use the Aerospike PHP client to apply a UDF on a record.

Scan Applying a Record UDF

Use the PHP client APIs to apply a UDF to each record in a set in the background.

Aggregate Records

Use the Aerospike PHP client to aggregate query results of a secondary index query.

Manage UDFs

Use the following Aerospike PHP client APIs to manage User-Defined Functions (UDFs) on the server.