Module: Aerospike::Features
- Defined in:
- lib/aerospike/features.rb
Overview
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.
Constant Summary collapse
- CDT_LIST =
Server supports List Complex Data Type (CDT)
:"cdt-list"- CDT_MAP =
Server supports Map Complex Data Type (CDT)
:"cdt-map"- FLOAT =
Server supports Float data type
:float- GEO =
Server supports geo-spatial data type and indexing
:geo- LUT_NOW =
Server requires “lut=now” in truncate command (AER-5955)
:"lut-now"- PEERS =
Server supports the new “peers” protocol for automatic node discovery
:peers- TRUNCATE_NAMESPACE =
Server supports the “truncate-namespace” command
:"truncate-namespace"- BLOB_BITS =
Server supports the “blob-bits” command
:"blob-bits"