Aerospike go client for float counters

Currently using Aerospike version 4.9. Would like to know if this version supports the atomic increment of float values. Are there some sample codes out there I can look at as well ? (Using golang client)

You can find the example code for “add” operations here. All single record requests are atomic, and I expect float increments to work in golang (as in other clients).

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.