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, Scan, and large ordered list (LList) classes.
  • aerospike.predicates is a submodule containing predicate helpers for use with the Query class.
  • aerospike.exception is a submodule containing the exception hierarchy for AerospikeError and its subclasses.

See also

The Python Client Manual for a quick guide.

Indices and tables