task, err := client.RegisterUDF(nil, []byte(udf), "filter_points.lua", aerospike.LUA) err = <-task.OnComplete() if err != nil { return err } It shows up in AMC as UDF file, now i am trying to use it: ...
The prtr-path module is a simple Lua module that manipulates file paths. Path objects can be created from strings, and concatenated together using the / operator. Additionally they provide some useful ...