module Aerospike::Features

Feature flags describing capabilities of the Aerospike server cluster the client is connected to. The list of supported server features can be retrieved by issuing the “features” info command.

Constants

BATCH_ANY

Server supports the batch command for all types of operations, including wrties

BLOB_BITS

Server supports the ‘blob-bits’ command

CDT_LIST

Server supports List Complex Data Type (CDT)

CDT_MAP

Server supports Map Complex Data Type (CDT)

FLOAT

Server supports Float data type

GEO

Server supports geo-spatial data type and indexing

LUT_NOW

Server requires ‘lut=now’ in truncate command (AER-5955)

PARTITION_QUERY

Server supports resumable partition queries

PARTITION_SCAN

Server supports resumable partition scans

PEERS

Server supports the new ‘peers’ protocol for automatic node discovery

QUERY_SHOW

Server supports the ‘query-show’ command to check for the progress of the scans and queries

TRUNCATE_NAMESPACE

Server supports the ‘truncate-namespace’ command