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.predexpis a submodule containing predicate expression 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.
Content¶
aerospike— Aerospike Client for PythonData_Mapping— Python Data Mappings- Client Class —
ClientClient- Connection
- Record Operations
- Batch Operations
- String Operations
- Numeric Operations
- List Operations
- Map Operations
- Multi-Ops (Operate)
- Scan and Query
- User Defined Functions
- Info Operations
- Index Operations
- Admin Operations
- Key Tuple
- Record Tuple
- Unicode Handling
- Write Policies
- Read Policies
- Operate Policies
- Apply Policies
- Remove Policies
- Batch Policies
- Info Policies
- Admin Policies
- Map Policies
- Privilege Objects
- Scan Class —
Scan - Query Class —
Query aerospike.predicates— Query Predicatesaerospike.predexp— Query Predicate Expressions- GeoJSON Class —
GeoJSON aerospike.exception— Aerospike Exceptions