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.predicatesis a submodule containing predicate helpers for use with the Query class.aerospike.exceptionis a submodule containing the exception hierarchy for AerospikeError and its subclasses.- Data_Mapping — Python Data Mappings How Python types map to Aerospike Server types
See also
The Python Client Manual for a quick guide.