Skip to content

Latest commit

 

History

History
executable file
·
53 lines (37 loc) · 1.41 KB

index.rst

File metadata and controls

executable file
·
53 lines (37 loc) · 1.41 KB

Introduction

aerospike is a package which provides a Python client for Aerospike database clusters. The Python client is a CPython module, built on the Aerospike C client.

  • aerospike - the module containing the Client, Query, and Scan Classes.
  • aerospike.scan is a class built to handle scan operations of entire sets.
  • aerospike.query is a class built to handle queries over secondary indexes.
  • aerospike.predicates is a submodule containing predicate helpers for use with the Query class.
  • aerospike.predexp is a submodule containing predicate expression helpers for use with the Query class.
  • aerospike.exception is a submodule containing the exception hierarchy for AerospikeError and its subclasses.
  • aerospike_helpers is a helper package for bin operations (list, map, bitwise, etc.) and aerospike expressions.
  • aerospike.geojson is a class to handle GeoJSON type data.
  • Data_Mapping How Python types map to Aerospike Server types.

The Python Client Manual for a quick guide.

Content

aerospike client scan query predicates predexp exception aerospike_helpers geojson data_mapping

Indices and tables

  • genindex
  • modindex
  • search