Aerospike Go client version 2.8.1 was released on March 4, 2020.
Minor fix and improvements.
Improvements
- Uses a
sync.Pool
to preserve the connection buffers on close to remove pressure from the allocator and the GC during connection churns.
Bug Fixes
- Cleans up the data structure cross refs on Cluster.Close to help GC free the objects.