Skip to main content
Loading

Available Client Features

Features available to the Aerospike clients when connecting to Aerospike Cloud are listed below, organized by functional area. These features are a subset of those available when connecting to a self-managed Enterprise Edition deployment of the Aerospike Database.

The following clients are supported by Aerospike Cloud:

Single-record operations

  • Return the metadata and bins for a record
  • Replace the bins of the specified record
  • Create a new record with the provided bins into the record
  • Delete the specified record
  • Check if a record exists with the specified key
  • Merge the provided bins into the record

Multi-record operations

  • Return multiple records from the server in a query request.
  • Return multiple records from the server in a query request using the provided partition range.

Batch read operations

  • Return multiple records from the server in a single request.

Background operations

  • Perform multiple operations in background scan/query.
  • Get status of background scan by task id.

Multi-operations

  • Perform multiple operations atomically on the specified record.
  • Perform read operations on multiple records.