Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

PHP Client UDF

Mira Dytko edited this page Jan 20, 2022 · 6 revisions

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.

The Aerospike PHP client record structure.

Use the PHP client put methods to write record data in the Aerospike database.

Use the PHP client read methods to get data from the Aerospike database.

Use PHP client methods to delete record and bin data from the Aerospike database.

https://docs.aerospike.com/client/php/usage/udf/apply

https://docs.aerospike.com/client/php/usage/udf/scan-apply

https://docs.aerospike.com/client/php/usage/udf/aggregate

https://docs.aerospike.com/client/php/usage/udf/manage

Clone this wiki locally