Skip to content

[5.12.0]

Compare
Choose a tag to compare
@DomPeliniAerospike DomPeliniAerospike released this 22 Apr 23:37
· 112 commits to master since this release
53cce86

New Features

  • [CLIENT-2822] - Added the queryDuration enumeration to the policy module. The following values are supported:
    • Aerospike.policy.queryDuration.LONG
    • Aerospike.policy.queryDuration.SHORT
    • Aerospike.policy.queryDuration.LONG_RELAX_AP
  • [CLIENT-2822] - Added expectedDuration member to QueryPolicy. Use the queryDuration enumeration when setting expectedDuration.
  • [CLIENT-2829] - Added support for readTouchTtlPercent for the following policies:
    • ReadPolicy
    • OperatePolicy
    • BatchPolicy
    • BatchReadPolicy