aerospike-client-go v2.8.1 Release Notes

Release Date: 2020-03-04 // about 4 years ago
  • 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.
    • Fixes

      • Cleanup the data structure cross refs on Cluster.Close to help GC free the objects.