aerospike-client-go v2.1.0 Release Notes

Release Date: 2019-04-11 // about 5 years ago
  • Minor Feature and Improvements release.

    • New Features

      • Adds WarmUp method for Client, Cluster and Node. This method will fill the connection queue to ensure maximum and smooth performance on start up.
    • Improvements

      • Simplify connection Timeout calculation and floor the min timeout to 1ms.
      • Simplify resetting server timeout for each iteration.
      • Adds a few pre-defined errors to avoid allocating them during runtime.
    • Changes

      • Adds a TLS connection example.
      • Adds Cap method to connectionHeap.