Timestamp in millisecond

How to get the current timestamp in millisecond within the udf function?

The current time in milliseconds is available via

t = aerospike:get_current_time()

Thanks,

Brad

2 Likes