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 UDF
Mira Dytko edited this page Jan 11, 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. Read the following topics for implementation details:
https://docs.aerospike.com/client/php/usage/udf/apply
https://docs.aerospike.com/client/php/usage/udf/scan-apply
PHP Client