Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

3.4.8

Compare
Choose a tag to compare
@jboone100 jboone100 released this 08 Apr 17:39
· 318 commits to master since this release

Features

  • Added Aersospike::operateOrdered API which takes the same parameters as Aerospike::operate but returns an indexed array of results, rather than a key-value associative array. CLIENT-652
  • Added support for Geospatial index using GeoJSON. CLIENT-542 Requires server >= 3.7.0

Fixes

  • Use session.gc_maxlifetime for the session timeout (was session.cache_expire). CLIENT-705