aerospike / php-client

Aerospike Client for PHP 8
https://aerospike.github.io/php-client/
9 stars 2 forks source link

Add capability to execute UDF on a single record #14

Closed v-noskov closed 8 months ago

v-noskov commented 10 months ago

Hi,

Please enhance the client by adding the capability to execute User Defined Functions (UDF) on a single record. The corresponding feature, 'Client::execute_udf,' already exists in the underlying Rust client.

vmsachin commented 10 months ago

@v-noskov Yes, we will be adding this functionalities in the coming releases.

vmsachin commented 8 months ago

@v-noskov this feature had been added with the v0.5.0-beta release.